Message207875
Here is revised patch.
* Behavior is changed less. read() is less greedy and uses characters from the buffer when read() is called with only one argument (size). It is now a little closer to io stream's read() than with previous patch.
* Added tests for cases of issue12446 and issue16636.
* Fixed read() for for the TransformCodecTest.test_read test added in 3.4. Actually the uu_codec and zlib_codec are broken. |
|
Date |
User |
Action |
Args |
2014-01-10 19:40:39 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, lemburg, amaury.forgeotdarc, vstinner, ajaksu2, eric.araujo, r.david.murray, harobed |
2014-01-10 19:40:39 | serhiy.storchaka | set | messageid: <1389382839.01.0.17646511657.issue8260@psf.upfronthosting.co.za> |
2014-01-10 19:40:38 | serhiy.storchaka | link | issue8260 messages |
2014-01-10 19:40:38 | serhiy.storchaka | create | |
|