Author collinwinter
Recipients
Date 2005-09-24.23:06:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If applied, this patch would explicitly tell users that
they should be using __builtin__ to override built-in
functions, rather than __builtins__. The patch would
also add documentation clairifying that __builtins__ is
a module when in __main__ and a dictionary anywhere else.

This diff was made against dist/src/Doc/ref/ref4.tex,
version 1.38 from CVS.
History
Date User Action Args
2007-08-23 15:44:03adminlinkissue1303595 messages
2007-08-23 15:44:03admincreate