]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Manual merge of r67639 from py3k branch:
authorGeorg Brandl <georg@python.org>
Sun, 7 Dec 2008 16:04:03 +0000 (16:04 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 7 Dec 2008 16:04:03 +0000 (16:04 +0000)
commit9f5c6be11b96bac9a18d1cde8964549f482694a0
tree79d9ab515ed15e7d1119d45ed7ef8fbd35535034
parentfbe41706449628343341ae904c2b865253df41cc
Manual merge of r67639 from py3k branch:

Merged revisions 67463,67572,67576,67628 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

.........
  r67463 | skip.montanaro | 2008-12-01 02:55:22 +0100 (Mon, 01 Dec 2008) | 1 line

  typo in comment
.........
  r67572 | georg.brandl | 2008-12-05 10:23:14 +0100 (Fri, 05 Dec 2008) | 2 lines

  #4458: recognize "-" as an argument, not a malformed option in gnu_getopt().
.........
  r67576 | georg.brandl | 2008-12-05 13:09:41 +0100 (Fri, 05 Dec 2008) | 2 lines

  #4529: fix parser's validation for try-except-finally statements.
.........
  r67628 | skip.montanaro | 2008-12-07 03:16:00 +0100 (Sun, 07 Dec 2008) | 1 line

  muffed the default case
.........
Lib/getopt.py
Lib/test/test_getopt.py
Lib/test/test_parser.py
Misc/NEWS
Modules/parsermodule.c
configure.in