homepage

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 r.david.murray, ssbarnea, terry.reedy, vstinner
Date 2011年06月27日.13:48:16
SpamBayes Score 3.553701e-05
Marked as misclassified No
Message-id <1309182497.42.0.0962898413879.issue12398@psf.upfronthosting.co.za>
In-reply-to
Content
And finally, your program does *not* succeed on Python3, except in the trivial sense that on python3 you never attempt to add the string and bytes data. It is exactly this kind of programming error that Python3 is designed to avoid: instead of sometimes getting a UnicodeDecodeError depending on what is in the "bytes" string, you *always* get a "Can't convert 'bytes' object to str implicitly" error when you attempt to add string and bytes.
History
Date User Action Args
2011年06月27日 13:48:17r.david.murraysetrecipients: + r.david.murray, terry.reedy, vstinner, ssbarnea
2011年06月27日 13:48:17r.david.murraysetmessageid: <1309182497.42.0.0962898413879.issue12398@psf.upfronthosting.co.za>
2011年06月27日 13:48:16r.david.murraylinkissue12398 messages
2011年06月27日 13:48:16r.david.murraycreate

AltStyle によって変換されたページ (->オリジナル) /