]> granicus.if.org Git - python/commit
Merged revisions 85090 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Sep 2010 01:31:23 +0000 (01:31 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Sep 2010 01:31:23 +0000 (01:31 +0000)
commit6e4dc80201afa259e44f410f8d7247a49468b4e8
tree15b38b242eab0e674108259e98e5472b449a5bb2
parent35c52240ddaf815759b568dfcf3cc9f11aae8246
Merged revisions 85090 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85090 | victor.stinner | 2010-09-29 03:30:45 +0200 (mer., 29 sept. 2010) | 4 lines

  linecache.updatecache(): don't the lines into the cache on IOError

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