Patches item #1303595, was opened at 2005-09-25 01:06 Message generated for change (Settings changed) made by birkenfeld 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: Fred L. Drake, Jr. (fdrake) 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 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
