[issue5556] interactive interpreter, source encoding

Terry J. Reedy report at bugs.python.org
Fri Aug 27 23:01:04 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Additional note: RefMan 2. Lexical analysis:
"Python reads program text as Unicode code points;"

Doc for runsource says "Compile and run some source in the interpreter. Arguments are the same as for compile_command()". Latter says "sourse is the source string".

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5556>
_______________________________________


More information about the Python-bugs-list mailing list