mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Add tokenbucket module to python.com
This commit is contained in:
parent
e6b7c16a53
commit
2a1c588826
5 changed files with 248 additions and 2 deletions
3
third_party/python/python.c
vendored
3
third_party/python/python.c
vendored
|
@ -226,7 +226,6 @@ PYTHON_YOINK("decimal");
|
|||
PYTHON_YOINK("difflib");
|
||||
PYTHON_YOINK("doctest");
|
||||
PYTHON_YOINK("dummy_threading");
|
||||
PYTHON_YOINK("threading");
|
||||
PYTHON_YOINK("enum");
|
||||
PYTHON_YOINK("filecmp");
|
||||
PYTHON_YOINK("fileinput");
|
||||
|
@ -306,7 +305,9 @@ PYTHON_YOINK("tabnanny");
|
|||
PYTHON_YOINK("tempfile");
|
||||
PYTHON_YOINK("textwrap");
|
||||
PYTHON_YOINK("this");
|
||||
PYTHON_YOINK("threading");
|
||||
PYTHON_YOINK("token");
|
||||
PYTHON_YOINK("tokenbucket");
|
||||
PYTHON_YOINK("tokenize");
|
||||
PYTHON_YOINK("trace");
|
||||
PYTHON_YOINK("traceback");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue