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 jwilk
Recipients jwilk, mirabilos, r.david.murray
Date 2014-09-05.18:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409942057.01.0.138350053734.issue22187@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-09-05 18:34:17jwilksetrecipients: + jwilk, r.david.murray, mirabilos
2014-09-05 18:34:17jwilksetmessageid: <1409942057.01.0.138350053734.issue22187@psf.upfronthosting.co.za>
2014-09-05 18:34:16jwilklinkissue22187 messages
2014-09-05 18:34:16jwilkcreate