]> granicus.if.org Git - python/commit
Updated the warnings, linecache, inspect, traceback, site, and doctest modules
authorPhillip J. Eby <pje@telecommunity.com>
Tue, 11 Apr 2006 01:07:43 +0000 (01:07 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Tue, 11 Apr 2006 01:07:43 +0000 (01:07 +0000)
commit470321108019367e3bdd96309e89d79f04784d45
tree67bb4c26a4a2e14eef1999eed390091620a850fa
parent7731dfdaad96c519d80823782ca4c81d09466e8d
Updated the warnings, linecache, inspect, traceback, site, and doctest modules
to work correctly with modules imported from zipfiles or via other PEP 302
__loader__ objects.  Tests and doc updates are included.
Doc/lib/liblinecache.tex
Doc/lib/libwarnings.tex
Lib/doctest.py
Lib/inspect.py
Lib/linecache.py
Lib/site.py
Lib/test/test_zipimport.py
Lib/traceback.py
Lib/warnings.py
Misc/NEWS