[Patches] [ python-Patches-1303595 ] Update documentation for __builtins__

SourceForge.net noreply at sourceforge.net
Sun Sep 25 01:06:35 CEST 2005


Patches item #1303595, was opened at 2005-09-24 19:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1303595&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Collin Winter (collinwinter)
Assigned to: Nobody/Anonymous (nobody)
Summary: Update documentation for __builtins__

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1303595&group_id=5470


More information about the Patches mailing list