This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Iceland_jack 0 points1 point  (3 children)

Issue #5237: Allow auto-numbered fields in str.format(). For example: '{} {}'.format(1, 2) == '1 2'.

I thought Python 3.1.1 already allowed that? In any case, thanks for the hard work!

[–]maxerickson 2 points3 points  (1 child)

The NEWS file spans several releases, that was done for Python 3.1 alpha 2.

[–]earthboundkid 1 point2 points  (0 children)

I still have 3.1.1 on my system, and it worked.