]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use %c rather than chr() to turn some ints into chars.
authorGuido van Rossum <guido@python.org>
Wed, 29 Jan 2003 20:14:23 +0000 (20:14 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Jan 2003 20:14:23 +0000 (20:14 +0000)
commitba884f3d221d7c8a74ca8a6799214b692a6135f5
tree118642b3260e24bcc95ab56262177f42321b472c
parentc1c2b3e0e2af6eb05346b4908f4c4d56618fb7b6
Use %c rather than chr() to turn some ints into chars.
Lib/pickle.py