[issue22187] commands.mkarg() buggy in East Asian locales

Jakub Wilk report at bugs.python.org
Fri Sep 5 20:34:17 CEST 2014


Jakub Wilk added the comment:

I think what mirabilos meant (and what I should have mentioned in my initial message) is that even sh-alikes don't necessarily behave the same way as bash:

$ bash test.sh 
乗

$ ksh test.sh 
乗

$ dash test.sh 
test.sh: 2: test.sh: Syntax error: Unterminated quoted string

$ mksh test.sh 
test.sh[2]: no closing quote

$ posh test.sh 
test.sh:2: no closing quote

----------
Added file: http://bugs.python.org/file36551/test.sh

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


More information about the Python-bugs-list mailing list