]> granicus.if.org Git - python/commit
Finish bringing SVN into line with latest version of PEP 343 by getting rid of all...
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 3 May 2006 13:02:47 +0000 (13:02 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 3 May 2006 13:02:47 +0000 (13:02 +0000)
commitafd5e63e243b600e5344a34760d9e6565dafe1a9
tree6fdd6c7dd056fd5d4ce1e67e7d0b430b374dd270
parent1b06a1d4e30729434630e9fa37b041926a5766f3
Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager()
Doc/lib/libcontextlib.tex
Doc/lib/libstdtypes.tex
Doc/ref/ref3.tex
Doc/ref/ref7.tex
Lib/contextlib.py
Lib/decimal.py
Lib/test/test_contextlib.py
Lib/test/test_with.py