mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Docs: Use substitutions instead of manual version updates (#115416)
This commit is contained in:
parent
f15795c9a0
commit
46245b0d83
4 changed files with 6 additions and 4 deletions
|
@ -279,7 +279,7 @@ applications include caching objects that are expensive to create::
|
|||
Traceback (most recent call last):
|
||||
File "<stdin>", line 1, in <module>
|
||||
d['primary'] # entry was automatically removed
|
||||
File "C:/python312/lib/weakref.py", line 46, in __getitem__
|
||||
File "C:/python313/lib/weakref.py", line 46, in __getitem__
|
||||
o = self.data[key]()
|
||||
KeyError: 'primary'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue