Patches item #1009811, was opened at 2004-08-16 07:00 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1009811&group_id=5470
Category: Core (C code) Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: James Y Knight (foom) Assigned to: Nobody/Anonymous (nobody) Summary: Add missing types to __builtin__ Initial Comment: Add most of the missing type objects to __builtin__. Adds the following: ellipsis (not to be confused with Ellipsis, which is the object of this type) builtin_function_or_method dictproxy generator PyCObject classobj instance instancemethod cell NoneType NotImplementedType frame function module traceback code Does not add the rest of the names mentioned in my email, as I'm unsure if they got an approval or were silently ignored. I'm not convinced that it's a good idea to put the rest in __builtin__, myself. See also: <http://mail.python.org/pipermail/python-dev/2004-August/ 047754.html> and <http://mail.python.org/pipermail/python-dev/2004-August/ 047830.html> ---------------------------------------------------------------------- >Comment By: Martin v. L�wis (loewis) Date: 2005-01-27 07:20 Message: Logged In: YES user_id=21627 I don't like to see further __builtin__ pollution, so I recommend to reject this patch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1009811&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
