summaryrefslogtreecommitdiffstats
path: root/Doc/ref/refa1.tex
Commit message (Collapse)AuthorAgeFilesLines
* Typo: "ariables" --> "variables"Fred Drake2001-03-281-1/+1
| | | | This fixes SF bug #411118.
* Add nested scopes spec to appendix.Jeremy Hylton2001-03-231-3/+102
| | | | | | | | | | | 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.
* No quotes around the "future" in the first use of the term "futureFred Drake2001-03-231-1/+1
| | | | statement".
* Revise the markup so that this formats and uses markup consistently withFred Drake2001-03-231-28/+32
| | | | the rest of the documentation.
* Add some initial text for the appendix on future statements and nested scopes.Jeremy Hylton2001-03-231-0/+149