]> granicus.if.org Git - python/commit
Fix comparison bug with 'rc' versions in packaging.version (#11841).
authorÉric Araujo <merwok@netwok.org>
Mon, 27 Feb 2012 10:47:44 +0000 (11:47 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 27 Feb 2012 10:47:44 +0000 (11:47 +0100)
commit40e0f35ad54ba6b626a46ee693a2074990ae607e
tree69fd3b9849e31b4ab244299b4b8ac590efa90fc0
parent0509d9418ab894e4ea0137206685d91a02943577
Fix comparison bug with 'rc' versions in packaging.version (#11841).

I added some tests in 2105ab8553b7 and found no bug, but it turns out
that the doctest is not actually run.  While converting the doctest to
unittest style, I stumbled upon this bug again and this time applied the
code patch provided by Filip Gruszczyński.
Lib/packaging/tests/test_version.py
Lib/packaging/version.py
Misc/NEWS