This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | alexandre.vassalotti |
|---|---|
| Recipients | alexandre.vassalotti, brett.cannon, georg.brandl, gvanrossum, pitrou |
| Date | 2008年03月30日.22:05:04 |
| SpamBayes Score | 0.12861264 |
| Marked as misclassified | No |
| Message-id | <1206914705.52.0.175073021318.issue1751@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think that check in write_bytes() is a guard to avoid resize_buffer() from truncating the string stored in the buffer. However, I am not sure if it is still necessary. I don't know why help() doesn't work on BytesIO instances. But, the problem doesn't seems to be in my code, since `help(sys.stdin)` doesn't work either. Finally regarding test_StringIO, see msg59460. Anyway, test_StringIO is superseded by test_memoryio included my patch and should be removed from the stdlib. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年03月30日 22:05:05 | alexandre.vassalotti | set | spambayes_score: 0.128613 -> 0.12861264 recipients: + alexandre.vassalotti, gvanrossum, brett.cannon, georg.brandl, pitrou |
| 2008年03月30日 22:05:05 | alexandre.vassalotti | set | spambayes_score: 0.128613 -> 0.128613 messageid: <1206914705.52.0.175073021318.issue1751@psf.upfronthosting.co.za> |
| 2008年03月30日 22:05:04 | alexandre.vassalotti | link | issue1751 messages |
| 2008年03月30日 22:05:04 | alexandre.vassalotti | create | |