]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge rev 45944 from trunk.
authorTim Peters <tim.peters@gmail.com>
Wed, 10 May 2006 02:46:48 +0000 (02:46 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 10 May 2006 02:46:48 +0000 (02:46 +0000)
commit38e726d7da3ae47343acdd90eb34635201f96095
tree75a0ee79217ece76ce0adf8282598771471b13df
parent2af1d6983ef1fdf512ba99b38e63f4ca14eb57c4
Merge rev 45944 from trunk.

Variant of patch #1478292.  doctest.register_optionflag(name)
shouldn't create a new flag when `name` is already the name of
an option flag.
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS