Christian Heimes added the comment: I tried a simple find | xargs sed replace and it worked well.
find -name '*.c' -or -name '*.h' -or -name '*.rst' | xargs sed -i s/Py_Size\(/Py_SIZE\(/g __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1629> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com