]> granicus.if.org Git - python/commit
Be explicit about scheme_chars -- string.letters is locale dependent
authorGuido van Rossum <guido@python.org>
Tue, 19 Dec 2000 16:48:13 +0000 (16:48 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Dec 2000 16:48:13 +0000 (16:48 +0000)
commitfad81f08380080bb370c71c6cd0562e5329a4660
tree2e9311483f520fb77d84768b93fed81dd0f6e100
parent68abe832b9761b1b506d6eaf5eb941c07d0735bc
Be explicit about scheme_chars -- string.letters is locale dependent
so we can't use it.

While I'm at it, got rid of string module use.  (Found several new
hard special cases for a hypothetical conversion tool: from string
import join, find, rfind; and a local assignment "find=string.find".)
Lib/urlparse.py