summaryrefslogtreecommitdiffstats
path: root/Lib/test/bad_coding2.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.11] gh-108303: Move tokenize-related data to Lib/test/tokenizedata ↵Victor Stinner2023-09-211-2/+0
| | | | | | | | | | | | | | | (GH-109265) (#109678) * gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265) (cherry picked from commit 1110c5bc828218086f6397ec05a9312fb73ea30a) * gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314) (cherry picked from commit 42ab2cbd7b5e76e919b70883ae683e789dbd913d) --------- Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
|
* Set svn:eol-style to native.Tim Peters2006-03-011-2/+2
|
* Whitespace normalization.Tim Peters2005-12-251-1/+1
|
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-181-0/+2
Needs backport.