]> granicus.if.org Git - python/commit
Add some backwards compatibility stuff.
authorGuido van Rossum <guido@python.org>
Sat, 7 Apr 2007 02:59:27 +0000 (02:59 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 7 Apr 2007 02:59:27 +0000 (02:59 +0000)
commit9be5597abfeaa13a1b79c1d888ce6f120458b6ae
tree58c1cc812d9a8dbd3d0dc1788b39863809a84508
parent76c5d4d72d284125d62f8688e3e2654e01e35ad6
Add some backwards compatibility stuff.
This now appears to work when io.open is substituted for the real open
in fileinput.py -- at least the latter's unit tests pass.
Lib/io.py