Message207875
| Author |
serhiy.storchaka |
| Recipients |
ajaksu2, amaury.forgeotdarc, eric.araujo, harobed, lemburg, r.david.murray, serhiy.storchaka, vstinner |
| Date |
2014年01月10日.19:40:38 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1389382839.01.0.17646511657.issue8260@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|