[issue44038] In documentation Section 8.6, the definition of parameter_list need correcting

2021-05-21 Thread Webb Scales


Webb Scales  added the comment:

I concur -- it is correct as it is:  I wasn't properly interpreting the 
alternation.

Thank you for your attention; sorry for the false alarm!

--

___
Python tracker 
<https://bugs.python.org/issue44038>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44038] In documentation Section 8.6, the definition of parameter_list need correcting

2021-05-04 Thread Webb Scales


New submission from Webb Scales :

In Section 8.6 ("Function definitions"; 
https://docs.python.org/3/reference/compound_stmts.html#function-definitions), 
the definition of "parameter_list" looks slightly wrong:

parameter_list ::= defparameter ("," defparameter)* "," "/" ["," 
[parameter_list_no_posonly]] | parameter_list_no_posonly

The "/" (and the comma preceding it) is not a required component.  (Sorry, I'm 
afraid I'm not smart enough right now to suggest a correction.  :-p )

--
assignee: docs@python
components: Documentation
messages: 392943
nosy: docs@python, webbnh
priority: normal
severity: normal
status: open
title: In documentation Section 8.6, the definition of parameter_list need 
correcting
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue44038>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed

2021-05-03 Thread Webb Scales


Webb Scales  added the comment:

Thanks Raymond and Zackery -- that response was nothing short of amazing!

--

___
Python tracker 
<https://bugs.python.org/issue43990>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed

2021-04-30 Thread Webb Scales


New submission from Webb Scales :

In Section 6.17 ("Operator precedence"; 
https://docs.python.org/3/reference/expressions.html#operator-precedence) of 
the documentation, footnote 5 
(https://docs.python.org/3/reference/expressions.html#id15) refers to text 
(https://docs.python.org/3/reference/expressions.html#id21) which applies to 
reference 6, while footnote 6 refers to text which applies to reference 5.

--
assignee: docs@python
components: Documentation
messages: 392481
nosy: docs@python, webbnh
priority: normal
severity: normal
status: open
title: In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are 
reversed
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue43990>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com