]> granicus.if.org Git - python/commit
Normalize case of paths in sys.path to avoid duplicates on Windows.
authorKa-Ping Yee <ping@zesty.ca>
Thu, 1 Mar 2001 00:24:32 +0000 (00:24 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Thu, 1 Mar 2001 00:24:32 +0000 (00:24 +0000)
commit1d384634bf8f9e6180839048207bfd3539bbbc51
treed78dead50aa5deab3fd65af14b2812d44e0b6281
parent2922ea8235c183cb35c3415b5888967af55812fa
Normalize case of paths in sys.path to avoid duplicates on Windows.
Handle <... at 001B6378> like <... at 0x120f80> (%p is platform-dependent).
Fix RCS version tag handling.
Move __main__ behaviour into a function, pydoc.cli().
Lib/pydoc.py