]> granicus.if.org Git - python/commit
Add nested scopes spec to appendix.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 23 Mar 2001 17:23:50 +0000 (17:23 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 23 Mar 2001 17:23:50 +0000 (17:23 +0000)
commitaa90adcfb9ed2d5bed743e18e83489930296bd25
treed575195b2cf177bdadef96a5890617f5aeef8747
parent7190247e0b43b5193a00239b209334aa34e70217
Add nested scopes spec to appendix.

Add new opcodes LOAD_CLOSURE, LOAD_DEREF, STORE_DEREF, MAKE_CLOSURE to
docs for dis module.

Add docs for new function and code members in Sec. 3 of ref manual.
They're present regardless of whether nested scopes are used.

Remove description of default argument hack from Sec. 7 of the ref
manual and refer the reader to the appendix.
Doc/lib/libdis.tex
Doc/ref/ref3.tex
Doc/ref/ref7.tex
Doc/ref/refa1.tex