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-10 22:50:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
269b3ce40065afa3328953ec42657184da22f96b
cpython
/
Modules
/
_io
T
History
Benjamin Peterson
68623614f0
call close on the underlying stream even if flush raises (
closes
#16597
)
...
Patch by Serhiy Storchaka.
2012-12-20 11:53:11 -06:00
..
_iomodule.c
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
2012-12-18 21:26:36 +02:00
_iomodule.h
…
bufferedio.c
call close on the underlying stream even if flush raises (
closes
#16597
)
2012-12-20 11:53:11 -06:00
bytesio.c
Merge 3.2.
2012-09-08 11:19:27 +02:00
fileio.c
…
iobase.c
#15796
: merge with 3.2.
2012-09-18 07:21:18 +03:00
stringio.c
Issue
#15841
: The readable(), writable() and seekable() methods of BytesIO
2012-09-05 20:13:48 +02:00
textio.c
call close on the underlying stream even if flush raises (
closes
#16597
)
2012-12-20 11:53:11 -06:00