Skip to content

Commit 845bded

Browse files
committed
Remove out-of-date comment.
1 parent ea8cb12 commit 845bded

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

patsy/eval.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,6 @@ def memorize_finish(self, state, which_pass):
475475
for obj_name in state["pass_bins"][which_pass]:
476476
state["transforms"][obj_name].memorize_finish()
477477

478-
# XX FIXME: consider doing something cleverer with exceptions raised here,
479-
# to make it clearer what's really going on. The new exception chaining
480-
# stuff doesn't appear to be present in any 2.x version of Python, so we
481-
# can't use that, but some other options:
482-
# http://blog.ianbicking.org/2007/09/12/re-raising-exceptions/
483-
# http://nedbatchelder.com/blog/200711/rethrowing_exceptions_in_python.html
484478
def eval(self, memorize_state, data):
485479
return self._eval(memorize_state["eval_code"], memorize_state, data)
486480

0 commit comments

Comments
 (0)