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 b18aea9 commit 4ae33eaCopy full SHA for 4ae33ea
src/backports/weakref.py
@@ -1,5 +1,5 @@
1
"""
2
-Partial backport of Python 3.5's weakref module:
+Partial backport of Python 3.6's weakref module:
3
4
finalize (new in Python 3.4)
5
tests/test_weakref.py
-Partial backport of Python 3.5's test.test_weakref:
+Partial backport of Python 3.6's test.test_weakref:
FinalizeTestCase
0 commit comments