[issue16235] Add python-config.sh for use during cross compilation.

Ray Donnelly report at bugs.python.org
Fri Jan 25 21:59:09 CET 2013


Ray Donnelly added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list