]> granicus.if.org Git - python/commit
Enable new I/O. Disable creation of old files.
authorGuido van Rossum <guido@python.org>
Thu, 24 May 2007 14:31:33 +0000 (14:31 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 May 2007 14:31:33 +0000 (14:31 +0000)
commit6f376c40317e693c5eea0356fbb90d7394f21ff0
treeb787fddfb1173c1045d3c9e622b255754ab5eb49
parentfa0054aa732176a1f9b1c79cd20198f43cfed334
Enable new I/O.  Disable creation of old files.
Lots of stuff fails now, including -S and -m command line flags.
Lib/site.py
Objects/fileobject.c
Python/bltinmodule.c
Python/sysmodule.c