[Python-Dev] eval and triple quoted strings

Éric Araujo merwok at netwok.org
Tue Jun 18 03:07:42 CEST 2013


Le 17/06/2013 20:49, Benjamin Peterson a écrit :
> Reading Python coding cookies is outside the purview of TextIOWrapper.
> However, it would be good to have a function in the stdlib to read a
> python source file to Unicode; I've definitely implemented that
> several times.

IIUC you want http://docs.python.org/3/library/tokenize#tokenize.open
(3.2+).

Regards


More information about the Python-Dev mailing list