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. |
|
| History | |||
|---|---|---|---|
| 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 | |