]> granicus.if.org Git - python/commit
Fix for SF bug #425868.
authorunknown <tools@python.org>
Wed, 4 Jul 2001 10:15:58 +0000 (10:15 +0000)
committerunknown <tools@python.org>
Wed, 4 Jul 2001 10:15:58 +0000 (10:15 +0000)
commitfee75ac4e5322546065d8d21c23a66fa1c2a926e
tree623507e95939d47c682c5abf5725d7637abdadb3
parent67bbd7a7734b1c9b11abb6e627ce79fa48e1dbef
Fix for SF bug #425868.
We should not depend on two spaces between words, so use the white
space after the to-be-encoded word only as lookahead and don't
actually consume it in the regular expression.
Lib/mimify.py