summaryrefslogtreecommitdiff
path: root/pkg/python/pylibs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/python/pylibs.txt')
-rw-r--r--pkg/python/pylibs.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkg/python/pylibs.txt b/pkg/python/pylibs.txt
index 923b559b..96fde2de 100644
--- a/pkg/python/pylibs.txt
+++ b/pkg/python/pylibs.txt
@@ -8,6 +8,7 @@ _compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py
+_py_abc.py
_pydecimal.py
_pyio.py
_sitebuiltins.py
@@ -25,22 +26,22 @@ asyncio/base_events.py
asyncio/base_futures.py
asyncio/base_subprocess.py
asyncio/base_tasks.py
-asyncio/compat.py
asyncio/constants.py
asyncio/coroutines.py
asyncio/events.py
+asyncio/format_helpers.py
asyncio/futures.py
asyncio/locks.py
asyncio/log.py
asyncio/proactor_events.py
asyncio/protocols.py
asyncio/queues.py
+asyncio/runners.py
asyncio/selector_events.py
asyncio/sslproto.py
asyncio/streams.py
asyncio/subprocess.py
asyncio/tasks.py
-asyncio/test_utils.py
asyncio/transports.py
asyncio/unix_events.py
asyncio/windows_events.py
@@ -71,11 +72,13 @@ concurrent/futures/process.py
concurrent/futures/thread.py
configparser.py
contextlib.py
+contextvars.py
copy.py
copyreg.py
crypt.py
csv.py
ctypes/__init__.py
+ctypes/_aix.py
ctypes/_endian.py
ctypes/macholib/__init__.py
ctypes/macholib/dyld.py
@@ -88,6 +91,7 @@ curses/ascii.py
curses/has_key.py
curses/panel.py
curses/textpad.py
+dataclasses.py
datetime.py
dbm/__init__.py
dbm/dumb.py
@@ -333,7 +337,6 @@ http/cookies.py
http/server.py
idlelib/__init__.py
idlelib/__main__.py
-idlelib/_pyclbr.py
idlelib/autocomplete.py
idlelib/autocomplete_w.py
idlelib/autoexpand.py
@@ -398,6 +401,7 @@ importlib/_bootstrap.py
importlib/_bootstrap_external.py
importlib/abc.py
importlib/machinery.py
+importlib/resources.py
importlib/util.py
inspect.py
io.py
@@ -488,7 +492,6 @@ logging/config.py
logging/handlers.py
lzma.py
macpath.py
-macurl2path.py
mailbox.py
mailcap.py
mimetypes.py