]> granicus.if.org Git - python/commit
Issue 2408: remove the _types module
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 8 Apr 2008 22:07:05 +0000 (22:07 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 8 Apr 2008 22:07:05 +0000 (22:07 +0000)
commit7adc776ea6ab808a4bf8fbf2740bb3bb9a7928a4
treec9ba8bbc4fd541cd5761c5de0e92d782b3e3ddf0
parent24f3c5c646d26350e4de6a878fed3e6db1e4ff9a
Issue 2408: remove the _types module
It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType),
when they can easily be obtained with python code.
These expressions even work with Jython.

I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 )
at least this change makes it simpler.
Doc/library/types.rst
Lib/types.py
Makefile.pre.in
Modules/_typesmodule.c [deleted file]
Modules/config.c.in
PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PC/config.c
PCbuild/pythoncore.vcproj