]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the error reporting when an invalid string is encountered to avoid
authorGuido van Rossum <guido@python.org>
Wed, 22 Aug 2007 23:28:23 +0000 (23:28 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Aug 2007 23:28:23 +0000 (23:28 +0000)
commit2523621693102663ff449237ef07810d9e6fa919
treebb9a68a8b0a11f429bcd20a85389b389785a9e35
parentae211f9abf811a28808667450109ca8e2ea53b49
Change the error reporting when an invalid string is encountered to avoid
reporting s'x' as the input (which is a lie).
Objects/longobject.c