This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mariatta
Recipients Guilherme, Mariatta, aronacher, docs@python, gvanrossum, serhiy.storchaka
Date 2017-09-24.15:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506267368.03.0.397997613256.issue31571@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-24 15:36:08Mariattasetrecipients: + Mariatta, gvanrossum, aronacher, docs@python, serhiy.storchaka, Guilherme
2017-09-24 15:36:08Mariattasetmessageid: <1506267368.03.0.397997613256.issue31571@psf.upfronthosting.co.za>
2017-09-24 15:36:08Mariattalinkissue31571 messages
2017-09-24 15:36:07Mariattacreate