]> granicus.if.org Git - python/commit
Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 Jul 2014 09:14:52 +0000 (12:14 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 Jul 2014 09:14:52 +0000 (12:14 +0300)
commit0c937b3ed6d2eeca84fa4aca1a9aef685db65abc
treef5691e459361ce03018098bbad26f9472e8340e5
parentfbc877b7940beaa23fea020b8a137a660eff419e
Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix
when contain an id in form " at 0x...".
Lib/ctypes/__init__.py
Lib/reprlib.py
Lib/test/test_reprlib.py
Lib/test/test_weakref.py
Lib/test/test_xmlrpc.py
Lib/weakref.py
Lib/xmlrpc/client.py
Misc/NEWS