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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.0 KB
README.txt -rw-r--r-- 4.6 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.0 KB
conf.py -rw-r--r-- 5.6 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 41.6 KB
license.rst -rw-r--r-- 45.6 KB
make.bat -rw-r--r-- 4.1 KB

README.txt

back to top