summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep263.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the test; solution found by Christian Heimes. Thanks!Thomas Heller2007-07-111-2/+2
|
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
|
* Add a comment explaining -kb.Martin v. Löwis2004-10-131-0/+1
|
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-301-3/+22
| | | | | | | | (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
* Fix escaping of non-ASCII characters.Martin v. Löwis2002-09-091-0/+1
|
* Test whether a Cyrillic text correctly appears in a Unicode literal.Martin v. Löwis2002-08-051-0/+2