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 sgala
Recipients kbk, sgala
Date 2008-01-15.01:56:42
SpamBayes Score 0.013495942
Marked as misclassified No
Message-id <1200362207.85.0.640372925318.issue1542677@psf.upfronthosting.co.za>
In-reply-to
Content
works in python 3ka2 (svn as of today):

>>> print("á")
á
>>> print(b"á")
SyntaxError: bytes can only contain ASCII literal characters.
(<pyshell#5>, line 1)

as it should, so the problem appears in 2.* only.
History
Date User Action Args
2008-01-15 01:56:48sgalasetspambayes_score: 0.0134959 -> 0.013495942
recipients: + sgala, kbk
2008-01-15 01:56:47sgalasetspambayes_score: 0.0134959 -> 0.0134959
messageid: <1200362207.85.0.640372925318.issue1542677@psf.upfronthosting.co.za>
2008-01-15 01:56:43sgalalinkissue1542677 messages
2008-01-15 01:56:42sgalacreate