##// END OF EJS Templates
Fixed long-standing and very subtle bug in ultratb....
Fixed long-standing and very subtle bug in ultratb. This is something I had seen sporadically, and was able to finally pin down as associated with situations like generator expressions and others where inspect.getargvalues() returns variables that inspect.formatargvalues() later can't extract. I finally understood what's going on, left a detailed comment in the code explaining the problem.

File last commit:

r2514:aa693782
r3147:cf214c9d
Show More
MANIFEST.in
36 lines | 619 B | text/plain | TextLexer
include ipython.py
include setupbase.py
include setupegg.py
graft setupext
graft scripts
graft IPython/kernel
graft IPython/config
graft IPython/core
# graft IPython/deathrow
graft IPython/external
graft IPython/frontend
graft IPython/gui
graft IPython/lib
graft IPython/quarantine
graft IPython/scripts
graft IPython/testing
graft IPython/utils
graft docs
exclude docs/\#*
exclude docs/man/*.1
# docs subdirs we want to skip
prune docs/attic
prune docs/build
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr
global-exclude .hgignore