]> granicus.if.org Git - python/commit
linecache.updatecache(): don't the lines into the cache on IOError
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Sep 2010 01:30:45 +0000 (01:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Sep 2010 01:30:45 +0000 (01:30 +0000)
commit41a64a53a30f2d81de7b4a05e5e8e9b4089f7ca7
tree511eef49886fd9929fe9b64369bfee0bbeaa067e
parent78f43a73cb9f44e113730fd74b98d681843c8398
linecache.updatecache(): don't the lines into the cache on IOError

Use the same behaviour than Python 2.7.
Lib/linecache.py