New submission from Joshua Landau <joshua.landau...@gmail.com>:

Inside the grammar for classes[1], the documentation states that the 
inheritance list can be of type:
"(" [argument_list [","] | comprehension] ")"

The "comprehension" part seems to be superfluous, especially as it is valid 
grammar without the clause.

The 2.7 docs state just "[expression list]", so either the addition should be 
justified or the extra clause removed.

[1] 
http://docs.python.org/py3k/reference/compound_stmts.html#grammar-token-classdef

Please see 
http://mail.python.org/pipermail/python-list/2011-December/1284989.html for 
discussion.

----------
assignee: docs@python
components: Documentation
messages: 150169
nosy: Joshua.Landau, docs@python
priority: normal
severity: normal
status: open
title: Extra clause in class grammar documentation
versions: Python 3.2

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

Reply via email to