cpython/Modules/_io
Hynek Schlawack 7f59fd7c7c Simplify code in fileio_init
If an identical code line is in both at the end of if and else, it can as well
stand after the block. :) The code is from 464cf523485e, I didn't see it before
checking the commits in the web interface of course.
2012-06-22 09:32:22 +02:00
..
_iomodule.c Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore 2012-06-05 13:43:22 +02:00
_iomodule.h Issue #14437: Fix building the _io module under Cygwin. 2012-03-31 23:50:31 +02:00
bufferedio.c Backing out 86dc014cdd74. Not ready yet 2012-04-26 17:05:31 +02:00
bytesio.c Issue #8914: fix various warnings from the Clang static analyzer v254. 2011-02-22 20:15:44 +00:00
fileio.c Simplify code in fileio_init 2012-06-22 09:32:22 +02:00
iobase.c use new generic __dict__ descriptor implementations 2012-02-19 20:02:57 -05:00
stringio.c Issue #14387: Do not include accu.h from Python.h. 2012-03-22 14:42:18 +01:00
textio.c Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore 2012-06-05 13:43:22 +02:00