commit | f2e9368021d8e22e3dce5c201fea111660d75ee1 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 26 22:48:41 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 26 22:48:41 2008 +0000 |
tree | de0f9eac2f420fd2d4c6ed59dd4758659aba96e7 | |
parent | 60320cb3e4fa0d77ae5f8634d83de497bba003f6 [diff] |
Merged revisions 66631 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r66631 | amaury.forgeotdarc | 2008-09-27 00:34:08 +0200 (sam., 27 sept. 2008) | 7 lines #3967: Correct a crash in count() and find() methods of string-like objects. For example: "".count("xxxx", sys.maxint, 0) Reviewed by Benjamin Peterson. Will port to 2.5 and 3.0. ........