]> granicus.if.org Git - python/commit
bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Jun 2018 02:10:51 +0000 (19:10 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Jun 2018 02:10:51 +0000 (19:10 -0700)
commit29fdea5ec2054f18e68733ec83edbd0b855fd8bb
tree53ec5613881c24a607a84118e80c2819e291e084
parent7b82281c80d0064559866afe92f19cae5978c841
bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668)

string.Formatter auto-numbering feature was added in 3.4 and there
is no versionchanged note in its documentation, making the documentation
ambiguous about which version the feature is available.
(cherry picked from commit b9d8ad5130e0f77be28a3dec6d468e6470835573)

Co-authored-by: Xiang Zhang <angwerzx@126.com>
Doc/library/string.rst