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: Boolean operations section includes lambda_form grammar rule
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, sdt
Priority: normal Keywords:

Created on 2004-06-01 20:22 by sdt, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg20956 - (view) Author: Stefanus Du Toit (sdt) Date: 2004-06-01 20:22
http://docs.python.org/ref/Booleans.html includes th erule:

lambda_form	 ::= 	"lambda" [parameter_list]: expression

I imagine this belongs in http://docs.python.org/ref/lambdas.html 
instead.
msg20957 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-02 12:54
Logged In: YES 
user_id=21627

Thanks for the report. Fixed in ref5.tex 1.81, to appear with
Python 2.4.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40322
2004-06-01 20:22:56sdtcreate