commit | 0e0c9f47403b382f72f9dffc5becb1641fa8da48 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun Jun 11 16:24:11 2006 +0000 |
committer | Greg Ward <gward@python.net> | Sun Jun 11 16:24:11 2006 +0000 |
tree | cd9b0dd77b4b684c33ee2839604b48905fba5748 | |
parent | d1c797e624c26ae99fe1691cf5da73261034a383 [diff] [blame] |
Bug #1498146: fix optparse to handle Unicode strings in option help, description, and epilog.
diff --git a/Misc/NEWS b/Misc/NEWS index 579f940..699caa1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -145,6 +145,9 @@ Library ------- +- Bug #1498146: fix optparse to handle Unicode strings in option help, + description, and epilog. + - Bug #1366250: minor optparse documentation error. - Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately;