]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 78075-78079 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sun, 7 Feb 2010 13:02:10 +0000 (13:02 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 7 Feb 2010 13:02:10 +0000 (13:02 +0000)
commit9bbf8369d1fd679ced4f1b8ba02c265f113b8401
tree7a12abc0c7821f706bd6575321e0350b44ca7d26
parent9c2c1f8071b1fc255ca482dae5c89907b7fb5c91
Merged revisions 78075-78079 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78075 | georg.brandl | 2010-02-07 13:16:12 +0100 (So, 07 Feb 2010) | 1 line

  Fix another duplicated test method.
........
  r78076 | georg.brandl | 2010-02-07 13:19:43 +0100 (So, 07 Feb 2010) | 1 line

  Fix wrong usage of "except X, Y:".
........
  r78077 | georg.brandl | 2010-02-07 13:25:50 +0100 (So, 07 Feb 2010) | 1 line

  Fix two redefined test methods.
........
  r78078 | georg.brandl | 2010-02-07 13:27:06 +0100 (So, 07 Feb 2010) | 1 line

  Fix a redefined test method.
........
  r78079 | georg.brandl | 2010-02-07 13:34:26 +0100 (So, 07 Feb 2010) | 1 line

  Add a minimal test for fnmatchcase().
........
Lib/test/test_csv.py
Lib/test/test_fnmatch.py
Lib/test/test_functools.py
Lib/test/test_optparse.py
Lib/test/test_pep292.py