summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2008-12-24 19:10:05 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2008-12-24 19:10:05 (GMT)
commite4c75bb5851bf2aef3d3b810a4fc597b0325aa41 (patch)
treed3310d1fda01e8cec68be0efb947218a2e00572b /Misc
parent42d19e6a2c1a3fcaa80b2315ea2c9e993b61a315 (diff)
downloadcpython-e4c75bb5851bf2aef3d3b810a4fc597b0325aa41.zip
cpython-e4c75bb5851bf2aef3d3b810a4fc597b0325aa41.tar.gz
cpython-e4c75bb5851bf2aef3d3b810a4fc597b0325aa41.tar.bz2
fixed #4400 : distutils .pypirc default generated file was broken.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 026e478..4a5658a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,8 @@ Core and Builtins
Library
-------
+- Issue #4400: .pypirc default generated file was broken in distutils.
+
- Issue #4736: io.BufferedRWPair's closed property now functions properly.
- Issue #3954: Fix a potential SystemError in _hotshot.logreader error