]> granicus.if.org Git - python/commit
Get rid of __context__, per the latest changes to PEP 343 and python-dev
authorGuido van Rossum <guido@python.org>
Tue, 2 May 2006 19:47:52 +0000 (19:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 May 2006 19:47:52 +0000 (19:47 +0000)
commitda5b701aeef755f2317a41e36cc950cfdc0c95cb
tree11a37e4e8714ffbccce921aa0ef1878b7dc779b2
parent8f6cbe150228f175b57b7a774d0a630febe72244
Get rid of __context__, per the latest changes to PEP 343 and python-dev
discussion.
There are two places of documentation that still mention __context__:
Doc/lib/libstdtypes.tex -- I wasn't quite sure how to rewrite that without
spending a whole lot of time thinking about it; and whatsnew, which Andrew
usually likes to change himself.
15 files changed:
Doc/lib/libcontextlib.tex
Doc/ref/ref3.tex
Doc/ref/ref7.tex
Lib/calendar.py
Lib/compiler/pycodegen.py
Lib/contextlib.py
Lib/decimal.py
Lib/dummy_thread.py
Lib/test/test_contextlib.py
Lib/test/test_with.py
Lib/threading.py
Misc/Vim/syntax_test.py
Modules/threadmodule.c
Objects/fileobject.c
Python/compile.c