summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_longexp
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-301-2/+0
| | | | | | | | (Contributed by Walter Dörwald). * Convert three test modules to unittest format. * Expanded coverage in test_structseq.py. * Raymond added a new test in test_sets.py
* Charles G. Waldman <cgq@fnal.gov>:Fred Drake2000-08-241-1/+1
| | | | | | | Update the test suite for the changes introduced by the EXTENDED_ARG opcode. This closes the regression test changes of SourceForge patch #100893.
* Update test output to reflect change in SyntaxError formatting.Fred Drake2000-08-151-1/+1
| | | | This closes SourceForge bug #110628 (Jitterbug PR#278).
* verify that Python raises SyntaxError for long and deeply-nested expressionsJeremy Hylton2000-06-201-0/+2