You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Antoine Pitrou 76370f4977 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 14 years ago
..
_iomodule.c Fix typo “seperator” 14 years ago
_iomodule.h Issue #14437: Fix building the _io module under Cygwin. 14 years ago
bufferedio.c Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. 14 years ago
bytesio.c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. 14 years ago
fileio.c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
iobase.c Issue #12175: RawIOBase.readall() now returns None if read() returns None. 15 years ago
stringio.c Merge #12417 followup, also removing an extra docstring 15 years ago
textio.c Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 14 years ago