Skip to content

Commit fcd9469

Browse files
committed
Add reference files for PyPy 3.8
1 parent d9cbe4d commit fcd9469

8 files changed

+83
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
- asyncio
2+
- asyncio.__main__
3+
- asyncio.base_events
4+
- asyncio.base_futures
5+
- asyncio.base_subprocess
6+
- asyncio.base_tasks
7+
- asyncio.compat
8+
- asyncio.constants
9+
- asyncio.coroutines
10+
- asyncio.events
11+
- asyncio.exceptions
12+
- asyncio.format_helpers
13+
- asyncio.futures
14+
- asyncio.locks
15+
- asyncio.log
16+
- asyncio.proactor_events
17+
- asyncio.protocols
18+
- asyncio.queues
19+
- asyncio.runners
20+
- asyncio.selector_events
21+
- asyncio.sslproto
22+
- asyncio.staggered
23+
- asyncio.streams
24+
- asyncio.subprocess
25+
- asyncio.tasks
26+
- asyncio.test_utils
27+
- asyncio.transports
28+
- asyncio.trsock
29+
- asyncio.unix_events
30+
- asyncio.windows_events
31+
- asyncio.windows_utils
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- collections
2+
- collections.abc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- consolekit
2+
- consolekit._types
3+
- consolekit.commands
4+
- consolekit.input
5+
- consolekit.options
6+
- consolekit.terminal_colours
7+
- consolekit.testing
8+
- consolekit.tracebacks
9+
- consolekit.utils
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
- domdf_python_tools
2+
- domdf_python_tools._is_match
3+
- domdf_python_tools.bases
4+
- domdf_python_tools.compat
5+
- domdf_python_tools.compat.importlib_metadata
6+
- domdf_python_tools.compat.importlib_resources
7+
- domdf_python_tools.dates
8+
- domdf_python_tools.delegators
9+
- domdf_python_tools.doctools
10+
- domdf_python_tools.getters
11+
- domdf_python_tools.import_tools
12+
- domdf_python_tools.iterative
13+
- domdf_python_tools.pagesizes
14+
- domdf_python_tools.pagesizes.classes
15+
- domdf_python_tools.pagesizes.sizes
16+
- domdf_python_tools.pagesizes.units
17+
- domdf_python_tools.pagesizes.utils
18+
- domdf_python_tools.paths
19+
- domdf_python_tools.pretty_print
20+
- domdf_python_tools.secrets
21+
- domdf_python_tools.stringlist
22+
- domdf_python_tools.terminal
23+
- domdf_python_tools.typing
24+
- domdf_python_tools.utils
25+
- domdf_python_tools.versions
26+
- domdf_python_tools.words
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- importlib
2+
- importlib._bootstrap
3+
- importlib._bootstrap_external
4+
- importlib.abc
5+
- importlib.machinery
6+
- importlib.metadata
7+
- importlib.resources
8+
- importlib.util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- json
2+
- json.decoder
3+
- json.encoder
4+
- json.scanner
5+
- json.tool
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- reprlib

0 commit comments

Comments
 (0)