This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Minor nested scopes doc issues
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jhylton Nosy List: cben, jhylton
Priority: normal Keywords:

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:02adminsetgithub: 38267
2003-04-06 10:09:50cbencreate