]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding
authorGuido van Rossum <guido@python.org>
Wed, 29 Jan 1997 06:00:24 +0000 (06:00 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Jan 1997 06:00:24 +0000 (06:00 +0000)
commit4acdc2327f206ecaacad7671d9acb87a3b7e57dd
treec514c3e7d583216c2d2367d1790749f7e4f5ac00
parent9e5656ca3f3eed7169ead42e7a768733baaf2a16
Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding
in front of the 0x, like such: "0000x1".
Objects/stringobject.c