This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gruszczy
Recipients alexis, brett.cannon, eric.araujo, gruszczy, tarek
Date 2011-04-13.16:53:30
SpamBayes Score 4.349519e-07
Marked as misclassified No
Message-id <1302713611.38.0.270921512024.issue11841@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-13 16:53:31gruszczysetrecipients: + gruszczy, brett.cannon, tarek, eric.araujo, alexis
2011-04-13 16:53:31gruszczysetmessageid: <1302713611.38.0.270921512024.issue11841@psf.upfronthosting.co.za>
2011-04-13 16:53:30gruszczylinkissue11841 messages
2011-04-13 16:53:30gruszczycreate