[docs] [issue31571] Redundand information on Doc/reference/lexical_analysis.rst
Mariatta Wijaya
report at bugs.python.org
Sun Sep 24 11:36:08 EDT 2017
Mariatta Wijaya added the comment:
I think we can remove
```
As of Python 3.3 it is possible again to prefix ..."
```
and keep the other one where it says:
```
.. versionadded:: 3.3
Support for the unicode legacy literal ....
```
About the sentence about numeric literals that appears twice: it appears on different sections of the language reference documentation. It's very likely for a person to only read one section and not the other. I think it's ok to have them in different places like that.
----------
nosy: +Mariatta
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31571>
_______________________________________
More information about the docs
mailing list