[Python-bugs-list] [ python-Bugs-479568 ] xxsubtype builtin

noreply@sourceforge.net noreply@sourceforge.net
Sun, 09 Dec 2001 20:09:24 -0800


Bugs item #479568, was opened at 2001-11-08 05:47
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=479568&group_id=5470

Category: Extension Modules
Group: Python 2.2
Status: Open
Resolution: None
>Priority: 7
Submitted By: Gustavo Niemeyer (niemeyer)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: xxsubtype builtin

Initial Comment:
Python 2.2b1+ (#1, Nov  6 2001, 21:52:55) [GCC 2.95.3 
20010315 (release)
(conectiva)] on linux-i386 Type "help", "copyright", 
"credits" or
"license" for more information.
>>> import sys sys.builtin_module_names
('__builtin__', '__main__', '_sre', '_symtable', 
'exceptions', 'gc',
'imp', 'marshal', 'new', 'posix', 'signal', 'sys', 
'thread',
'xxsubtype')
>>>

Should xxsubtype be a builtin module? The line 
mentioning it in Setup.dist is uncommented by 
default. Maybe it's there just for testing purposes?

Thanks!



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

>Comment By: Tim Peters (tim_one)
Date: 2001-12-09 20:09

Message:
Logged In: YES 
user_id=31435

Guido, we should "do something about this" before 2.2c1.  
Perhaps rename to __xxsubtype__?  It's still valuable for 
test_descr.py to exercise it.  Or perhaps it should be 
included in _testcapimodule?

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

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