[docs] [issue26525] Documentation of ord(c) easy to misread

Alexander Belopolsky report at bugs.python.org
Thu Mar 10 17:36:31 EST 2016


Alexander Belopolsky added the comment:

Wouldn't '\N{SNAKE}' look more pythonic?  😀

>>> hex(ord('🐍'))
'0x1f40d'

----------
nosy: +belopolsky

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


More information about the docs mailing list