[Patches] [ python-Patches-569328 ] names in types module

noreply@sourceforge.net noreply@sourceforge.net
Tue, 18 Jun 2002 07:40:56 -0700


Patches item #569328, was opened at 2002-06-15 09:28
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=569328&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Oren Tirosh (orenti)
Assigned to: Nobody/Anonymous (nobody)
Summary: names in types module

Initial Comment:
Adds names to types module so types are accessible as 
'type.spam' in addition to the existing longer version 
'types.SpamType'. 

The short names match the type's __name__ attribute.



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

>Comment By: Oren Tirosh (orenti)
Date: 2002-06-18 14:40

Message:
Logged In: YES 
user_id=562624

Updated patch.

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

Comment By: Oren Tirosh (orenti)
Date: 2002-06-15 10:58

Message:
Logged In: YES 
user_id=562624

http://mail.python.org/pipermail/python-dev/2002-June/025410.html


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

Comment By: Martin v. Löwis (loewis)
Date: 2002-06-15 10:05

Message:
Logged In: YES 
user_id=21627

What is the purpose of this change?

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

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