ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/845366/root/proc/self/root/opt/alt/python27/share/doc/alt-python27-traceback2/ |
Upload File : |
CHANGES ======= 1.4.0 ----- * Handle unicode paths more thoroughly 1.3.0 ----- * Try harder to show unicode lines in SyntaxErrors 1.2.1 ----- * Unbreak handling of syntax errors with no line 1.2.0 ----- * Handle filenames that can't be decoded to unicode 1.1.0 ----- * Handle objects with broken __unicode__ 1.0.0 ----- * Time for 1.0.0 * Fixe test when running with .pyc files * Issue #22936: Make it possible to show local variables in tracebacks * Remaining fallout from 17911 * Fix brownbag in issue 17911 commit * Issue #17911: traceback module overhaul * Supporting boilerplate 0.0.1 ----- * Fixes for the test suite on PyPy * Python2.xify the code base * Handle missing __traceback__ in tests for < 3.x * Handle absence of __context__ and __cause__ on < 3.x * Handle different type repr in < 3.2 * Fixes for 3.2 - qualname and exception suppressing * Fixes for 3.3 * Port trunk traceback module to standalone w/3.5 * Ignore .eggs as well * Basic boilerplate