[New-bugs-announce] [issue29713] String changes whether or not '\x81' is present

dagnam report at bugs.python.org
Fri Mar 3 11:04:44 EST 2017


New submission from dagnam:

print '\xa3\xb5\xdd\xf7\xa9\xa7\xab\xd8\xef\xc7\xac\xf4\xfb\xb7'
#gives
£µÝ÷©§«ØïǬôû·

print '\xa3\xb5\xdd\xf7\xa9\xa7\xab\xd8\xef\xc7\xac\xf4\xfb\xb7\x81'
#gives 
ᆪᄉÝ÷ᄅᄃᆱØïǬôûᄋチ

print '\x81\xa3'        print '\xa3'
チᆪ                      £

----------
messages: 288900
nosy: dagnam
priority: normal
severity: normal
status: open
title: String changes whether or not '\x81' is present
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29713>
_______________________________________


More information about the New-bugs-announce mailing list