]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch from Gordon McMillan.
authorTim Peters <tim.peters@gmail.com>
Tue, 29 May 2001 04:27:01 +0000 (04:27 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 29 May 2001 04:27:01 +0000 (04:27 +0000)
commit12f21ae07f56611926ec06bd92681e771d29968f
treea58556814b36a09c68838aa5a017d8a5415cda6e
parent4324aa3572f123883e67a807b633b3d0d452a267
Patch from Gordon McMillan.
updatecache():  When using imputil, sys.path may contain things other than
strings.  Ignore such things instead of blowing up.
Hard to say whether this is a bugfix or a feature ...
Lib/linecache.py