]> granicus.if.org Git - python/commit
Variant of patch #1478292. doctest.register_optionflag(name)
authorTim Peters <tim.peters@gmail.com>
Wed, 10 May 2006 02:43:01 +0000 (02:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 10 May 2006 02:43:01 +0000 (02:43 +0000)
commitad2ef33245bdd90bf0e80824dbba732b17fdf6b6
tree7ba86f8d781849d7d8c2b536dd848368bda2f71f
parent40f55b2f08c89cedb03b9af7fc3e5e2ffe68e219
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