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 Ray.Donnelly
Recipients Ray.Donnelly, doko, eric.araujo, georg.brandl, loewis, trent
Date 2013-01-25.20:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359147549.85.0.696716510143.issue16235@psf.upfronthosting.co.za>
In-reply-to
Content
Great. My only query is whether the changes to sed will work on non-GNU sed.

It used to be like:
sed < in >out

you've now got:
sed in >out

I'm not saying it won't work, I'm not in a position to check, but I think it's safer to keep it as it was.
History
Date User Action Args
2013-01-25 20:59:09Ray.Donnellysetrecipients: + Ray.Donnelly, loewis, georg.brandl, doko, trent, eric.araujo
2013-01-25 20:59:09Ray.Donnellysetmessageid: <1359147549.85.0.696716510143.issue16235@psf.upfronthosting.co.za>
2013-01-25 20:59:09Ray.Donnellylinkissue16235 messages
2013-01-25 20:59:09Ray.Donnellycreate