summaryrefslogtreecommitdiffstats
path: root/test/Scanner/unicode.py
Commit message (Collapse)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-45/+3
| | | | | | | Comb out all code that supported earlier versions of Python. Most such code is in snippets of only a few lines and can be identified by having a Python version string in it. Such snippets add up; this combing pass probably got rid of over 500 lines of code.
* Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test forSteven Knight2009-03-021-0/+319
scanning Unicode files for implicit dependencies. Clean up how we handle decoding, and wrap it for earlier Python versions.