##// 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
# load extended setup modules for distuils
from .install_data_ext import install_data_ext