mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
- Modules/Setup.dist: Fix typo in last checkin
This commit is contained in:
parent
2a6beb3439
commit
bea0081fb4
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ _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
|
||||
#_elementtree _elementtree.c # elementtree accelerator
|
||||
#_pickle _pickle.c # pickle accelerator
|
||||
|
||||
#unicodedata unicodedata.c # static Unicode character database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue