Message132200
| Author | r.david.murray |
|---|---|
| Recipients | docs@python, eric.araujo, georg.brandl, r.david.murray |
| Date | 2011-03-26.01:12:00 |
| SpamBayes Score | 0.065032184 |
| Marked as misclassified | No |
| Message-id | <1301101921.76.0.438312087535.issue11681@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
rdmurray@hey:~/python/p27>cat temp.py x = bytes('abc') print x print str(x) rdmurray@hey:~/python/p27>./python -bb temp.py abc abc |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-26 01:12:01 | r.david.murray | set | recipients: + r.david.murray, georg.brandl, eric.araujo, docs@python |
| 2011-03-26 01:12:01 | r.david.murray | set | messageid: <1301101921.76.0.438312087535.issue11681@psf.upfronthosting.co.za> |
| 2011-03-26 01:12:00 | r.david.murray | link | issue11681 messages |
| 2011-03-26 01:12:00 | r.david.murray | create | |