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 chris.jerdonek
Recipients chris.jerdonek
Date 2010-04-11.15:00:40
SpamBayes Score 0.0033813182
Marked as misclassified No
Message-id <1270998042.37.0.434397625456.issue8370@psf.upfronthosting.co.za>
In-reply-to
Content
The "builtins" module referenced in the Python 2.6 __import__ documentation does not seem to exist in Python 2.6:

http://docs.python.org/library/functions.html#__import__

These should probably be changed to __builtin__:

http://docs.python.org/library/__builtin__.html
History
Date User Action Args
2010-04-11 15:00:42chris.jerdoneksetrecipients: + chris.jerdonek
2010-04-11 15:00:42chris.jerdoneksetmessageid: <1270998042.37.0.434397625456.issue8370@psf.upfronthosting.co.za>
2010-04-11 15:00:40chris.jerdoneklinkissue8370 messages
2010-04-11 15:00:40chris.jerdonekcreate