Issue 716168: Minor nested scopes doc issues (original) (raw)

Issue716168

Created on 2003-04-06 10:09 by cben, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (2)
msg15385 - (view) Author: Cherniavsky Beni (cben) * Date: 2003-04-06 10:09
1. In section "4.1 Naming and binding", in the list of binding operations, list comprehensions are missing. 2. Appendix "A. Future statements and nested scopes" doesn't contain the nested scopes docs (it's now section 4.1) but still says it does and that "it will be removed in Python 2.2" :-).
msg15386 - (view) Author: Jeremy Hylton (jhylton) (Python triager) Date: 2003-05-21 21:47
Logged In: YES user_id=31392 Removed appendix A and move everything to the mainline. The ref manual says that the target of a for loop is a binding construct. A list comp is just one kind of statement that uses a for loop.
History
Date User Action Args
2022-04-10 16:08:02 admin set github: 38267
2003-04-06 10:09:50 cben create