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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29713>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to