Marco Buttu added the comment:

> I don't see this point. The other section titles are not about
> loops. The preceding chapter introduces while loops as a loop,
> not a statement, and this chapter talks about while and for
> loops further down the page.

What I mean is that currently in every section (of this chapter) about a 
statemet, the statement is qualified as "statement": "if Statements", "for 
Statements", "pass Statements", and "break and continue Statements, and else 
Clauses on Loops". The last one is not an exeption, bacause we have already 
introduced for and while, and writing "break and continue Statements, and else 
Clauses on for and while statements" IMO is redundant. 

I like the current structure of titles, because IMO helps beginners to better 
classify things (statements, functions, ...), and it is not clear to me the 
objective motivation for changing "for Statemets" to "for Loops", breaking the 
structure given by the original author.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29414>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to