This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients amaury.forgeotdarc, ezio.melotti, jmfauth, r.david.murray, terry.reedy
Date 2010-08-27.21:01:03
SpamBayes Score 0.00020864197
Marked as misclassified No
Message-id <1282942864.54.0.108599304415.issue5556@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2010-08-27 21:01:04terry.reedysetrecipients: + terry.reedy, amaury.forgeotdarc, ezio.melotti, jmfauth, r.david.murray
2010-08-27 21:01:04terry.reedysetmessageid: <1282942864.54.0.108599304415.issue5556@psf.upfronthosting.co.za>
2010-08-27 21:01:03terry.reedylinkissue5556 messages
2010-08-27 21:01:03terry.reedycreate