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

Reply via email to