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 eric.araujo
Recipients alexis, brett.cannon, eric.araujo, gruszczy, tarek
Date 2011-04-15.17:37:22
SpamBayes Score 0.00019275844
Marked as misclassified No
Message-id <1302889043.6.0.467787104388.issue11841@psf.upfronthosting.co.za>
In-reply-to
Content
> I think it's a common practice to create constants for such hardcoded
> values.

Yep, _FINAL_MARKER is clearer here that a cryptic character.  An alternate fix would be to use a c as rc marker (like what Python itself does in sys.hexversion and elsewhere).

I’ll see if I can use only one object instead of two.

> Anyway, I can't find packaging package in default branch of python.
The merge started at the PyCon sprints is still underway at https://bitbucket.org/tarek/cpython/  Follow the fellowship ML for details.  There’ll be an announcement on python-dev too when it’s complete, and then we’ll restart fixing bugs.
History
Date User Action Args
2011-04-15 17:37:23eric.araujosetrecipients: + eric.araujo, brett.cannon, tarek, gruszczy, alexis
2011-04-15 17:37:23eric.araujosetmessageid: <1302889043.6.0.467787104388.issue11841@psf.upfronthosting.co.za>
2011-04-15 17:37:22eric.araujolinkissue11841 messages
2011-04-15 17:37:22eric.araujocreate