commit | 4ae203c610cee21a78407e241ea1249ae2710abd | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Feb 23 15:53:25 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Feb 23 15:53:25 2009 +0000 |
tree | 077478ea962637822976090277faa302599e99ea | |
parent | 1ac3f4ec7d7152ab3cec66ea3bfc9655b041ca47 [diff] |
Merged revisions 69905 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69905 | georg.brandl | 2009-02-23 16:51:27 +0100 (Mo, 23 Feb 2009) | 2 lines #5352: str.count() counts non-overlapping instances. ........