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 Daniel.U..Thibault
Recipients Daniel.U..Thibault, docs@python, georg.brandl, r.david.murray
Date 2014-02-20.12:32:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392899558.11.0.615761031049.issue20686@psf.upfronthosting.co.za>
In-reply-to
Content
"It seems to me the statement is correct as written.  What experiments indicate otherwise?"

Here's a simple one:

>>> print «1»

The guillemets are certainly not ASCII (Unicode AB and BB, well outside ASCII's 7F upper limit) but are rendered as guillemets.  (Guillemets are easy for me 'cause I use a French keyboard)  I haven't actually checked yet what happens when writing to a file.  If Python is unable to write anything but ASCII to file, it becomes nearly useless.
History
Date User Action Args
2014-02-20 12:32:38Daniel.U..Thibaultsetrecipients: + Daniel.U..Thibault, georg.brandl, r.david.murray, docs@python
2014-02-20 12:32:38Daniel.U..Thibaultsetmessageid: <1392899558.11.0.615761031049.issue20686@psf.upfronthosting.co.za>
2014-02-20 12:32:38Daniel.U..Thibaultlinkissue20686 messages
2014-02-20 12:32:37Daniel.U..Thibaultcreate