commit | 4d2e41b1a4478d8ba08d32bc532b4b6e9e8c9bf6 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon Dec 15 11:48:21 2008 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Dec 15 11:48:21 2008 +0000 |
tree | f44bc30a6da4d1bdda4c4dd192ddcb4591f0f489 | |
parent | f8638a8d2181e7b021be7e838a9400e2319a9b4e [diff] |
Merged revisions 67790 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67790 | nick.coghlan | 2008-12-15 21:41:05 +1000 (Mon, 15 Dec 2008) | 1 line Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by giving linecache access to the module globals when available ........