]> granicus.if.org Git - python/commit
#9161: Fix regression in acceptance of unicode strings in add_option calls.
authorR. David Murray <rdmurray@bitdance.com>
Mon, 5 Jul 2010 16:06:05 +0000 (16:06 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 5 Jul 2010 16:06:05 +0000 (16:06 +0000)
commit3caf7b9c888cafa286039379f642cbd09c7ae7cf
treee28f588d62194fdc861c9e476d86390e3f58fc37
parent5261b10556d11b206d878b8382016fbfcc703927
#9161: Fix regression in acceptance of unicode strings in add_option calls.

The original change in 2.6 was made during rc1 changeover, and did not
get ported to 2.7.  The original change may not even have been
intentional, but if so it doesn't seem to have caused any problems.
Lib/optparse.py
Misc/NEWS