bpo-33828: Add missing versionchanged note for string.Formatter. by zhangyangyu · Pull Request #7668 · python/cpython

@zhangyangyu

string.Formatter auto-numbering feature was added in 3.4 and there
is no versionchanged not in its documentation, making the documentation
ambiguous about which version the feature is available.

ericvsmith

@zhangyangyu

ericvsmith

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 13, 2018
…honGH-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 b9d8ad5)

Co-authored-by: Xiang Zhang <angwerzx@126.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 13, 2018
…honGH-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 b9d8ad5)

Co-authored-by: Xiang Zhang <angwerzx@126.com>

zhangyangyu added a commit that referenced this pull request

Jun 13, 2018
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.

miss-islington added a commit that referenced this pull request

Jun 13, 2018
…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 b9d8ad5)

Co-authored-by: Xiang Zhang <angwerzx@126.com>

miss-islington added a commit that referenced this pull request

Jun 13, 2018
…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 b9d8ad5)

Co-authored-by: Xiang Zhang <angwerzx@126.com>

zhangyangyu added a commit that referenced this pull request

Jun 13, 2018
…rmatter. (GH-7668) (GH-7676)

string.Formatter auto-numbering feature was added in 3.4 and not
available in 2.7. Make the documentation unambiguous.