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 christian.heimes
Recipients christian.heimes, gvanrossum, loewis, rhettinger
Date 2007-12-18.09:40:43
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1197970843.88.0.58245199848.issue1629@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-07-26 13:54:37georg.brandlsetspambayes_score: 0.768765 -> 0.0
2007-12-18 09:40:44christian.heimessetspambayes_score: 0.768765 -> 0.768765
recipients: + christian.heimes, gvanrossum, loewis, rhettinger
2007-12-18 09:40:43christian.heimessetspambayes_score: 0.768765 -> 0.768765
messageid: <1197970843.88.0.58245199848.issue1629@psf.upfronthosting.co.za>
2007-12-18 09:40:43christian.heimeslinkissue1629 messages
2007-12-18 09:40:43christian.heimescreate