]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make bytes_repr return a string containing a b"" literal.
authorGeorg Brandl <georg@python.org>
Sat, 24 Feb 2007 19:41:35 +0000 (19:41 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 24 Feb 2007 19:41:35 +0000 (19:41 +0000)
commitee91be45df796b8e5721d9142a6e92e55a465451
tree9878cc28e6145f4985c2d6e323f84657e60eb650
parentfa353657f0da969eb6bc1cf62fb3c69dd036463a
Make bytes_repr return a string containing a b"" literal.
Include/Python-ast.h
Lib/test/test_bytes.py
Objects/bytesobject.c
Python/symtable.c