diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-03-02 22:41:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-03-02 22:41:42 (GMT) |
commit | 7d49bba969a6ca490ade6aa908e350d3c05f76f4 (patch) | |
tree | f3c3dbd9573fda44d86f40f9c1b9ff9fa7707529 /Misc | |
parent | ce45a967c2d82a6b3112c5621993f5fec1dd5ea1 (diff) | |
download | cpython-7d49bba969a6ca490ade6aa908e350d3c05f76f4.zip cpython-7d49bba969a6ca490ade6aa908e350d3c05f76f4.tar.gz cpython-7d49bba969a6ca490ade6aa908e350d3c05f76f4.tar.bz2 |
give httplib.IncompleteRead a more sane repr #4308
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -765,6 +765,7 @@ Dik Winter Blake Winton Jean-Claude Wippler Lars Wirzenius +Chris Withers Stefan Witzel David Wolever Klaus-Juergen Wolf @@ -168,6 +168,9 @@ Core and Builtins Library ------- +- Issue #4308: httplib.IncompleteRead's repr doesn't include all of the data all + ready received. + - Issue #5401: Fixed a performance problem in mimetypes when ``from mimetypes import guess_extension`` was used. |