]> granicus.if.org Git - python/commit
Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by giving linec...
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 15 Dec 2008 11:41:05 +0000 (11:41 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 15 Dec 2008 11:41:05 +0000 (11:41 +0000)
commit68060013eaa13ddd26bf4eb804d3dce7b29813a9
tree7d8ccb45af30f4201fffb3b5f2d15dcf37bebff5
parent60b2e38b68e484830e3e3857197b0d9201c3ac22
Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by giving linecache access to the module globals when available
Lib/doctest.py
Lib/test/test_zipimport_support.py