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 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:01r.david.murraysetrecipients: + r.david.murray, georg.brandl, eric.araujo, docs@python
2011-03-26 01:12:01r.david.murraysetmessageid: <1301101921.76.0.438312087535.issue11681@psf.upfronthosting.co.za>
2011-03-26 01:12:00r.david.murraylinkissue11681 messages
2011-03-26 01:12:00r.david.murraycreate