- Modules/Setup.dist: Mention _elementtree and _pickle.

This commit is contained in:
Matthias Klose 2008-11-26 17:23:18 +00:00
parent 7e1b8faacc
commit 2a6beb3439
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ _symtable symtablemodule.c
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
#_elementtreee _elementtree.c # elementtree accelerator
#_pickle _pickle.c # pickle accelerator
#unicodedata unicodedata.c # static Unicode character database