Message117523
Note from Nick Coghlan from the Python-dev discussion:
A very quick scan of _tokenize suggests it is designed to support
detect_encoding returning None to indicate the line iterator will
return already decoded lines. This is confirmed by the fact the
standard library uses it that way (via generate_tokens).
An API that accepts a string, wraps a StringIO around it, then calls
_tokenise with an encoding of None would appear to be the answer here.
A feature request on the tracker is the best way to make that happen. |
|
Date |
User |
Action |
Args |
2010-09-28 14:04:59 | michael.foord | set | recipients:
+ michael.foord, meador.inge |
2010-09-28 14:04:59 | michael.foord | set | messageid: <1285682699.31.0.82798494256.issue9969@psf.upfronthosting.co.za> |
2010-09-28 14:04:57 | michael.foord | link | issue9969 messages |
2010-09-28 14:04:57 | michael.foord | create | |
|