]> granicus.if.org Git - python/commit
Fix a bug in translate(): the pointer was incremented by the length of
authorGuido van Rossum <guido@python.org>
Tue, 16 Dec 1997 21:12:47 +0000 (21:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Dec 1997 21:12:47 +0000 (21:12 +0000)
commit0721358969aa14f5f38601f0d921a6ec5432e5d6
treea318be85a308d685ae759aa45a27123f2c526556
parentbef74b5605f180532f8dda581e143b16001782ab
Fix a bug in translate(): the pointer was incremented by the length of
the *escaped* url.  Also added new special characters that are not
part of the url when found at the end: ( < > .
Tools/faqwiz/faqwiz.py