mirror of https://github.com/python/cpython
Bump distutils version to 2.5, as several new features
have been introduced since 2.4.
This commit is contained in:
parent
37f694f21b
commit
997ceffe07
|
@ -12,4 +12,4 @@ used from a setup script as
|
||||||
|
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
__version__ = "2.4.0"
|
__version__ = "2.5.0"
|
||||||
|
|
|
@ -47,6 +47,8 @@ Core and builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- The distutils version has been changed to 2.5.0.
|
||||||
|
|
||||||
- Bug #978833: Really close underlying socket in _socketobject.close.
|
- Bug #978833: Really close underlying socket in _socketobject.close.
|
||||||
|
|
||||||
- Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly
|
- Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly
|
||||||
|
|
Loading…
Reference in New Issue