Staging
v0.5.1
https://github.com/python/cpython
Revision 2f0441f03f71c658148bff60be46585f56670d1f authored by Robert Collins on 05 March 2015, 02:45:01 UTC, committed by Robert Collins on 05 March 2015, 02:45:01 UTC
The code module was using a private function from traceback in order to skip a
frame - used the direct interface to do that instead,

The decimal module suffered minor fallout from formatting changes ('None' as a
value is now not printed by traceback, the same as None was not before).

The cgitb module was passing a bogus exception type (type.__name__) into
format_exception, which uncovered that format_exception and print_exception had
been ignoring the etype for some time, so the compatibility thunk to the new
code now does the same thing.
1 parent 3737e60
History
Tip revision: 2f0441f03f71c658148bff60be46585f56670d1f authored by Robert Collins on 05 March 2015, 02:45:01 UTC
Remaining fallout from 17911
Tip revision: 2f0441f
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 1.1 KB
.hgeol -rw-r--r-- 800 bytes
.hgignore -rw-r--r-- 1.2 KB
.hgtags -rw-r--r-- 7.0 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 54.6 KB
README -rw-r--r-- 6.6 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 448.1 KB
configure.ac -rw-r--r-- 142.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.5 KB
setup.py -rw-r--r-- 95.6 KB

README

back to top