[issue11841] Bug in the verson comparison

Filip Gruszczyński report at bugs.python.org
Wed Apr 13 18:53:31 CEST 2011


Filip Gruszczyński <gruszczy at gmail.com> added the comment:

Here is a patch that I made against distutils2 tip. I have changed _FINAL_MARKER from 'f' to 'z', which works with rc. Also I have added constant _FINAL_MARKER_CHAR, since later in the code you make a check against 'f' and it surprised me a little at first. There are also tests in the patch. I hope it's good to make patch against the distutils2, since I couldn't yet find packaging in cpython default branch.

----------
keywords: +patch
nosy: +gruszczy
Added file: http://bugs.python.org/file21650/11841.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11841>
_______________________________________


More information about the Python-bugs-list mailing list