##// END OF EJS Templates
Merge pull request #1793 from fperez/truncated_repr...
Merge pull request #1793 from fperez/truncated_repr Raise repr limit for strings to 80 characters (from 30). The python pdb debugger doesn't call the builtin `repr` function but instead a custom one from the `repr` *module* that limits strings to 30 characters. Raise this limit to 80 for more informative printouts. Closes #1788.

File last commit:

r4750:b9f6e707
r7090:798c5cd1 merge
Show More
__init__.py
3 lines | 91 B | text/x-python | PythonLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 # load extended setup modules for distuils
Thomas Kluyver
Make installation with Python 3 possible.
r4750 from .install_data_ext import install_data_ext