8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e9112 commit f91e866Copy full SHA for f91e866
Lib/collections/__init__.py
@@ -47,7 +47,7 @@ def __getattr__(name):
47
obj = getattr(_collections_abc, name)
48
import warnings
49
warnings.warn("Using or importing the ABCs from 'collections' instead "
50
- "of from 'collections.abc' is deprecated since Python 3.3,"
+ "of from 'collections.abc' is deprecated since Python 3.3, "
51
"and in 3.9 it wi 425D ll stop working",
52
DeprecationWarning, stacklevel=2)
53
globals()[name] = obj
0 commit comments