]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The version number 1.0.2pre doesn't conform to the strict versioning
authorThomas Heller <theller@ctypes.org>
Fri, 19 Oct 2001 08:07:19 +0000 (08:07 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 19 Oct 2001 08:07:19 +0000 (08:07 +0000)
commit5203e32af30ee570992639dff25910e4f55103e9
tree75439ed5c8a637722741a9b39b461e36160d576a
parent5f0dacf0fc8fb74f2bc6317d9de8b737978db0c3
The version number 1.0.2pre doesn't conform to the strict versioning
guidelines in distutils/version, resulting in failure when trying to
use distutils to install 4Suite (and perhaps other modules).

Change it to 1.0.2.

This finally really fixes Bug #417796.
Lib/distutils/__init__.py