]> granicus.if.org Git - python/commit
Avoid import of string module; it is only needed for expandvars().
authorFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 16:25:20 +0000 (16:25 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 16:25:20 +0000 (16:25 +0000)
commitb4e460ac4b5a5b7e72b0eb6e8d21af179464c3d7
treec582fec9b733998162730cf8a9ad21e9703359e3
parentc0ab93ef6fc686829b9c123ceb353f78ee5016bb
Avoid import of string module; it is only needed for expandvars().

Never assume that os.sep is for the module-specific platform; use the
right separator character directly.
Fix some minor style consistency nits.
Lib/dospath.py
Lib/macpath.py
Lib/ntpath.py