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 narnie
Recipients brian.curtin, eric.araujo, eric.smith, narnie, r.david.murray, skrah
Date 2010-07-18.19:43:37
SpamBayes Score 0.027200755
Marked as misclassified No
Message-id <1279482219.22.0.618183831025.issue9265@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry, but the last lines in the interpreter reflect my code changes which seemed to not be sufficient, but it shows that just for this case at least, it corrects it and allows it to be run in /bin/bash shells (much of my shell code is bash since I'm linux only and this is usually available and I make use of c-like math or incrementors like $(( x++ )) in the shell code (I know, I know, I should make my code more portable such that it can run on /bin/sh, but I'm lazy).
History
Date User Action Args
2010-07-18 19:43:39narniesetrecipients: + narnie, eric.smith, eric.araujo, r.david.murray, brian.curtin, skrah
2010-07-18 19:43:39narniesetmessageid: <1279482219.22.0.618183831025.issue9265@psf.upfronthosting.co.za>
2010-07-18 19:43:37narnielinkissue9265 messages
2010-07-18 19:43:37narniecreate