]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 83354,83365 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 22:02:09 +0000 (22:02 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 22:02:09 +0000 (22:02 +0000)
commitc5356994edac98da01305f7664182c4a6ed57b9d
treef08fe905e783793b29adc8485cd4cd2f384976ab
parent0ba1f01adfe9132340324203e10671cf9b419b1c
Merged revisions 83354,83365 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

........
  r83354 | georg.brandl | 2010-07-31 21:07:37 +0200 (Sa, 31 Jul 2010) | 1 line

  #9328: string format methods return strings.
........
  r83365 | georg.brandl | 2010-07-31 23:22:36 +0200 (Sa, 31 Jul 2010) | 1 line

  #1019882: if start() and stop() were not in the same stack frame, stats.load() would crash with IndexError.
........
Lib/hotshot/log.py
Lib/test/test_hotshot.py
Misc/NEWS
Objects/stringobject.c