give httplib.IncompleteRead a more sane repr #4308
diff --git a/Misc/ACKS b/Misc/ACKS
index 2438d1e..426cd9a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -765,6 +765,7 @@
Blake Winton
Jean-Claude Wippler
Lars Wirzenius
+Chris Withers
Stefan Witzel
David Wolever
Klaus-Juergen Wolf
diff --git a/Misc/NEWS b/Misc/NEWS
index a9a249a..8c524bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,9 @@
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.