]> granicus.if.org Git - python/commit
Fix SF bug #596434: tweak wordsep_re so "--foo-bar" now splits
authorGreg Ward <gward@python.net>
Thu, 22 Aug 2002 21:04:21 +0000 (21:04 +0000)
committerGreg Ward <gward@python.net>
Thu, 22 Aug 2002 21:04:21 +0000 (21:04 +0000)
commitcce4d67fc466b902a6b553c731d7be700b506dfd
tree16469de329031a9d4c06fb7cd608ed02eb20b577
parentae4693129a49cf4ab9feff33c4658873e85f2083
Fix SF bug #596434: tweak wordsep_re so "--foo-bar" now splits
into /--foo-/bar/ rather than /--/foo-/bar/.  Needed for Optik and
Docutils to handle Unix-style command-line options properly.
Lib/textwrap.py