]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on
authorFredrik Lundh <fredrik@pythonware.com>
Mon, 29 May 2006 22:42:07 +0000 (22:42 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Mon, 29 May 2006 22:42:07 +0000 (22:42 +0000)
commitb51b470eb86ded7d3ea26081ca8bc89b4448f962
treedf73580e83c7e9079cccadc25bd5b1cd3fbd5c9d
parenta355c14fa10e3f533e4749d3cbed273b864d6235
fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on
the current behaviour ;-)
Lib/test/string_tests.py
Objects/stringlib/count.h