Message 77268 - Python tracker
Message77268
| Author | georg.brandl |
|---|---|
| Recipients | georg.brandl, msyang |
| Date | 2008-12-07.22:01:05 |
| SpamBayes Score | 0.0069002863 |
| Marked as misclassified | No |
| Message-id | <1228687266.9.0.669949955204.issue4584@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
You've included a chr(255) character in your docstring. You need to escape the backslash in order to include the bytes representation like it will be generated. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-07 22:01:07 | georg.brandl | set | recipients: + georg.brandl, msyang |
| 2008-12-07 22:01:06 | georg.brandl | set | messageid: <1228687266.9.0.669949955204.issue4584@psf.upfronthosting.co.za> |
| 2008-12-07 22:01:06 | georg.brandl | link | issue4584 messages |
| 2008-12-07 22:01:05 | georg.brandl | create | |