summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-27 06:38:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-27 06:38:16 (GMT)
commit997ceffe07d86bec059e92dbe69861b67ab87184 (patch)
treec225da94e11fd8773938061983d57325bc154a61 /Misc
parent37f694f21b0f5d5633516ccd8c15f4bd1822c470 (diff)
downloadcpython-997ceffe07d86bec059e92dbe69861b67ab87184.zip
cpython-997ceffe07d86bec059e92dbe69861b67ab87184.tar.gz
cpython-997ceffe07d86bec059e92dbe69861b67ab87184.tar.bz2
Bump distutils version to 2.5, as several new features
have been introduced since 2.4.
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 c8bfcfd..7753f49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and builtins
Library
-------
+- The distutils version has been changed to 2.5.0.
+
- Bug #978833: Really close underlying socket in _socketobject.close.
- Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly