Message302859
The file Doc/reference/lexical_analysis.rst has at least two redundant parts.
The first one is quoted below:
"As of Python 3.3 it is possible again to prefix string literals with a u prefix to simplify maintenance of dual 2.x and 3.x codebases."
This is repeated a couple paragraphs after:
"New in version 3.3: Support for the unicode legacy literal (u'value') was reintroduced to simplify the maintenance of dual Python 2.x and 3.x codebases. See PEP 414 for more information."
Also, this other one:
"Note that numeric literals do not include a sign; a phrase like -1 is actually an expression composed of the unary operator - and the literal 1."
Is literally repeated twice, only that on the first time it has quotes around the - operator:
"Note that numeric literals do not include a sign; a phrase like -1 is actually an expression composed of the unary operator ‘-‘ and the literal 1." |
|
Date |
User |
Action |
Args |
2017-09-24 14:56:17 | Guilherme | set | recipients:
+ Guilherme, docs@python |
2017-09-24 14:56:17 | Guilherme | set | messageid: <1506264977.89.0.621089046614.issue31571@psf.upfronthosting.co.za> |
2017-09-24 14:56:17 | Guilherme | link | issue31571 messages |
2017-09-24 14:56:17 | Guilherme | create | |
|