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 belopolsky
Recipients belopolsky, docs@python, georg.brandl, gladman, vstinner
Date 2016-03-10.22:36:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457649391.63.0.0828580747081.issue26525@psf.upfronthosting.co.za>
In-reply-to
Content
Wouldn't '\N{SNAKE}' look more pythonic?  😀

>>> hex(ord('🐍'))
'0x1f40d'
History
Date User Action Args
2016-03-10 22:36:31belopolskysetrecipients: + belopolsky, georg.brandl, vstinner, docs@python, gladman
2016-03-10 22:36:31belopolskysetmessageid: <1457649391.63.0.0828580747081.issue26525@psf.upfronthosting.co.za>
2016-03-10 22:36:31belopolskylinkissue26525 messages
2016-03-10 22:36:31belopolskycreate