summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aabdc21..686e707 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -325,6 +325,9 @@ Core and Builtins
Library
-------
+- Issue #6286: Now Distutils upload command is based on urllib2 instead of
+ httplib, allowing the usage of http_proxy.
+
- Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.
(On Unix)