Commit 4e37c662 authored by Georg Brandl's avatar Georg Brandl

Don't reference pyshell.

parent 907a720f
......@@ -269,7 +269,7 @@ applications include caching objects that are expensive to create::
0
>>> d['primary'] # entry was automatically removed
Traceback (most recent call last):
File "<pyshell#108>", line 1, in -toplevel-
File "<stdin>", line 1, in <module>
d['primary'] # entry was automatically removed
File "C:/python26/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment