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
Date 2007-11-26.18:30:07
SpamBayes Score 0.4142305
Marked as misclassified No
Message-id <1196101807.83.0.480311096611.issue1498@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2007-11-26 18:30:07christian.heimessetspambayes_score: 0.41423 -> 0.4142305
recipients: + christian.heimes, gvanrossum
2007-11-26 18:30:07christian.heimessetspambayes_score: 0.41423 -> 0.41423
messageid: <1196101807.83.0.480311096611.issue1498@psf.upfronthosting.co.za>
2007-11-26 18:30:07christian.heimeslinkissue1498 messages
2007-11-26 18:30:07christian.heimescreate