]> granicus.if.org Git - python/commit
SF #596434: tweak wordsep_re so the definition of an em-dash is
authorGreg Ward <gward@python.net>
Wed, 7 May 2003 01:20:58 +0000 (01:20 +0000)
committerGreg Ward <gward@python.net>
Wed, 7 May 2003 01:20:58 +0000 (01:20 +0000)
commita409f7c491647fe0c256c944d6fe4e9593d15760
treea3af354e2a19a27b1933bceca251b5a56b04a068
parentcc55cb95394469d8d250ffa810ab9f76881bffa1
SF #596434: tweak wordsep_re so the definition of an em-dash is
stricter: specifically, "--" must be preceded by a limited set of
characters, not by any non-whitespace character.
Lib/textwrap.py