This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-21 20:03:06 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35804e4c63ae0a61adb71ced8ea6ddcf68908d41
cpython
/
Modules
/
_io
T
History
Antoine Pitrou
e93b63b74b
Issue
#18876
: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
...
Patch by Erik Bray.
2013-09-04 20:46:33 +02:00
..
_iomodule.c
…
_iomodule.h
…
bufferedio.c
Issue
#18344
: Fix potential ref-leaks in _bufferedreader_read_all().
2013-07-15 16:05:22 +01:00
bytesio.c
…
fileio.c
Issue
#18876
: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
2013-09-04 20:46:33 +02:00
iobase.c
…
stringio.c
…
textio.c
Issue
#13461
: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
2013-08-20 20:04:47 +03:00