Message 59954 - Python tracker
Message59954
| 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:48 | sgala | set | spambayes_score: 0.0134959 -> 0.013495942 recipients: + sgala, kbk |
| 2008-01-15 01:56:47 | sgala | set | spambayes_score: 0.0134959 -> 0.0134959 messageid: <1200362207.85.0.640372925318.issue1542677@psf.upfronthosting.co.za> |
| 2008-01-15 01:56:43 | sgala | link | issue1542677 messages |
| 2008-01-15 01:56:42 | sgala | create | |