[Python-bugs-list] [ python-Bugs-476194 ] dir(Ellipsis) (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Mon, 29 Oct 2001 16:00:39 -0800
- Previous message: [Python-bugs-list] [ python-Bugs-476129 ] gc.collect sometimes hangs
- Next message: [Python-bugs-list] [ python-Bugs-476194 ] dir(Ellipsis)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #476194, was opened at 2001-10-29 16:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=476194&group_id=5470
Category: Type/class unification Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Guido van Rossum (gvanrossum) Summary: dir(Ellipsis)
Initial Comment: Seems like dir(Ellipsis) in 2.2 should return a non- empty list that includes class, etc. just like the other builtin types
C:>python Python 2.2b1 (#25, Oct 19 2001, 11:44:52) [MSC 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>>>>> dir(None) ['class', 'delattr', 'getattribute', 'has h', 'init', 'new', 'reduce', '_ repr_', 'setattr', 'str'] >>> Ellipsis Ellipsis >>> dir(Ellipsis) [] >>>
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=476194&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-476129 ] gc.collect sometimes hangs
- Next message: [Python-bugs-list] [ python-Bugs-476194 ] dir(Ellipsis)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]