]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport tim_one's patch:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Apr 2002 02:19:46 +0000 (02:19 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Apr 2002 02:19:46 +0000 (02:19 +0000)
commita2e92fcbf2121849fa5dc2f2232a0fdcb895ccf1
treec3a3ba8bf2632e6814cf59e1be034d095f331518
parent5662ca0d32556552f27558107a1828c3e348762d
backport tim_one's patch:

SF bug 543840: complex(string) accepts strings with \0
complex_subtype_from_string():  this stopped parsing at the first 0
byte, as if that were the end of the input string.
Lib/distutils/command/bdist_dumb.py
Lib/distutils/command/bdist_wininst.py
Lib/test/test_b1.py
Objects/complexobject.c