]> granicus.if.org Git - python/commit
Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Jul 2011 19:08:56 +0000 (21:08 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Jul 2011 19:08:56 +0000 (21:08 +0200)
commit90ce72dd0684e55234b969f405826af7d810e5b0
tree1fcbdb4e24b67f9976e4197fbcf635443b595c6a
parent8442124693bf090b257b84b190aaa9a7024feffa
parentcb4ae815b5db6c9339c7c77e1d45e850ed76e497
Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError.
Misc/NEWS
Modules/_io/textio.c