]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
authorGeorg Brandl <georg@python.org>
Wed, 24 Oct 2007 18:55:37 +0000 (18:55 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 24 Oct 2007 18:55:37 +0000 (18:55 +0000)
commitbd1c68c94f0d5bc25b48f62c7527f51c754f2b6b
treea468fcccf4193f6d26ce71246e2596de6ffc9eec
parent97f9d4f31224e72e5c714ea7e509c4fd0044f0e2
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
15 files changed:
Lib/modulefinder.py
Lib/pickletools.py
Lib/struct.py
Lib/test/test_builtin.py
Lib/test/test_bytes.py
Lib/test/test_codeccallbacks.py
Lib/test/test_compile.py
Lib/test/test_io.py
Lib/test/test_locale.py
Lib/test/test_struct.py
Lib/test/test_sys.py
Lib/test/test_unicode.py
Lib/test/test_unicodedata.py
Lib/test/testcodec.py
Objects/stringobject.c