Christian Heimes added the comment:

A simple replace with sed -i works just fine. Afterwards the code needs
only minor adjustments and cleanups.

find -name \*.py -or -name \*.c -or -name \*.h | xargs sed -i 
's/__builtins__/__root__/g'

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1498>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to