Skip to content

Commit

Permalink
Remove out-of-date comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed May 4, 2015
1 parent ea8cb12 commit 845bded
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions patsy/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,6 @@ def memorize_finish(self, state, which_pass):
for obj_name in state["pass_bins"][which_pass]:
state["transforms"][obj_name].memorize_finish()

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

Expand Down

0 comments on commit 845bded

Please sign in to comment.