commit | 997ceffe07d86bec059e92dbe69861b67ab87184 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 27 06:38:16 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 27 06:38:16 2006 +0000 |
tree | c225da94e11fd8773938061983d57325bc154a61 | |
parent | 37f694f21b0f5d5633516ccd8c15f4bd1822c470 [diff] [blame] |
Bump distutils version to 2.5, as several new features have been introduced since 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index c8bfcfd..7753f49 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -47,6 +47,8 @@ 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