mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Prepare collections module for pure python code entries.
This commit is contained in:
parent
3035d2397f
commit
eb9798892d
6 changed files with 10 additions and 7 deletions
3
Lib/collections.py
Normal file
3
Lib/collections.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
__all__ = ['deque', 'defaultdict']
|
||||
|
||||
from _collections import deque, defaultdict
|
Loading…
Add table
Add a link
Reference in a new issue