]> granicus.if.org Git - python/commit
Fix how line endings were handled when iterating over a .pth file by stripping
authorBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 21:08:17 +0000 (21:08 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 21:08:17 +0000 (21:08 +0000)
commit497331fa2ba93ee290144046754c59b3025b5eb1
tree8865db442c53e13b6c9bf7c1f14bb113fa605825
parentd54357d4e2921f109212ebf8640653882994d568
Fix how line endings were handled when iterating over a .pth file by stripping
all whitespace at the end of the path line.
Lib/site.py