]> granicus.if.org Git - python/commit
Fix SF bug [ #450245 ] Error in parsing future stmts
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 20 Aug 2001 20:32:33 +0000 (20:32 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 20 Aug 2001 20:32:33 +0000 (20:32 +0000)
commit1e35ce58e8e1d8c4ac9c54c1422dc5827bb47124
treeb037abe0260d13868638a8f6e596e0a0a07ff5e7
parent07d8d6415fcddd1149981a9d8de9afd5d829178b
Fix SF bug [ #450245 ] Error in parsing future stmts

Check return value from future_parse() in for loop for file_input to
accomodate multiple future statements on separate lines.

Add several comments explaining how the code works.

Remove out-dated XXX comment.
Python/future.c