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 barry
Recipients barry, ethan.furman, ncoghlan, pitrou
Date 2013-05-13.14:01:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130513100122.62b73d53@limelight.wooz.org>
In-reply-to <1368439858.29.0.556189352394.issue17961@psf.upfronthosting.co.za>
Content
On May 13, 2013, at 10:10 AM, Antoine Pitrou wrote:

>I agree with Nick here, there's no reason to auto-number constants in
>Python. This is not C :-)

Why should they be strings?   Why not object()?

Why is `x.value == str(x)` a useful invariant to hold?
History
Date User Action Args
2013-05-13 14:01:24barrysetrecipients: + barry, ncoghlan, pitrou, ethan.furman
2013-05-13 14:01:24barrylinkissue17961 messages
2013-05-13 14:01:24barrycreate