]> granicus.if.org Git - python/commit
repr(b"\0") should return b"\x00", not the (unusual) b"\0".
authorGuido van Rossum <guido@python.org>
Tue, 8 May 2007 19:09:34 +0000 (19:09 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 May 2007 19:09:34 +0000 (19:09 +0000)
commit57b93ad56d570c27bd3de3820b996352121c18e2
treedbdce68ef3995086ec14d57493573029a9037ab6
parente5e80b8c561de3a13154fa45eafcb32b8695eea7
repr(b"\0") should return b"\x00", not the (unusual) b"\0".
Lib/test/test_bytes.py
Objects/bytesobject.c