Add tokenbucket module to python.com

This commit is contained in:
Justine Tunney 2023-06-16 15:32:09 -07:00
parent e6b7c16a53
commit 2a1c588826
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 248 additions and 2 deletions

View file

@ -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");