summaryrefslogtreecommitdiffstats
path: root/Doc/ref/refa1.tex
Commit message (Collapse)AuthorAgeFilesLines
* Update docs for nested scopes.Jeremy Hylton2002-04-011-108/+4
| | | | | | | | | | | | | Replace section 4.1 with section A.3. The new section 4.1 is titled "Naming and binding." It includes the text of section A.3 augmented with some of the detailed text from the old section 4.1. The \dfn, \index stuff is probably wrong, but I tried. Also update other parts of appendix A to mention that nested scopes and generators are standard features.
* Revise the markup related to the grammar productions to increase theFred Drake2002-03-151-7/+7
| | | | | | level of predictability. This is not really "good" markup, but is arguably better than we had before. This closes SF bug #523117.
* Fix typo reported by François Pinard.Fred Drake2002-01-211-1/+1
|
* Fred observes that the typo was not the only problem with this sentence.Jeremy Hylton2001-11-141-1/+1
|
* typoJeremy Hylton2001-11-141-2/+2
|
* Fix typo reported by Michael Soulier.Fred Drake2001-10-181-1/+1
|
* Docs for the PEP 264 changes.Michael W. Hudson2001-08-271-11/+23
|
* 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