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 vstinner
Recipients gvanrossum, r.david.murray, serhiy.storchaka, vstinner
Date 2017-03-02.15:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbF9A6Uvv5YWo6nhiZpddaELap857rXHOGkPW1sqXn5bw@mail.gmail.com>
In-reply-to <1488467560.66.0.804171371287.issue29695@psf.upfronthosting.co.za>
Content
"What's New in Python 3.7" has a section for such changes: "Porting to
Python 3.7: Changes to the Python API".
https://docs.python.org/dev/whatsnew/3.7.html#porting-to-python-3-7

Oh, I see that you already made a similar change but this one had a
deprecation period of 2 releases (3.5 and 3.6): "A format string
argument for string.Formatter.format() is now positional-only."

See also the positional-only arguments discussion on python-ideas:
* https://mail.python.org/pipermail/python-ideas/2017-February/044879.html
* https://mail.python.org/pipermail/python-ideas/2017-March/044956.html
History
Date User Action Args
2017-03-02 15:22:25vstinnersetrecipients: + vstinner, gvanrossum, r.david.murray, serhiy.storchaka
2017-03-02 15:22:25vstinnerlinkissue29695 messages
2017-03-02 15:22:25vstinnercreate