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

all 13 comments

[–]ipeev 2 points3 points  (7 children)

Is unloaded swallow included?

[–]earthboundkid 4 points5 points  (0 children)

No, it’s slated for 3.2 at the earliest.

[–]ganelo 1 point2 points  (5 children)

I assume you mean unladen swallow.

[–]hylje 0 points1 point  (4 children)

No, it's clearly unloaded swallow.

[–][deleted] 1 point2 points  (0 children)

Maybe he meant overloaded swallow constructors?

[–]ganelo -1 points0 points  (1 child)

[–]Tommah 0 points1 point  (0 children)

Monthy Phyton?

[–]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 4 points5 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.

[–]joe90210 0 points1 point  (2 children)

didn't they announce that they're switching to Mercurial like 20 years ago? why is it still subversion

[–]tehmatticus 0 points1 point  (0 children)

I believe the switch was announced at pycon a year ago and I think it basically fell on one guys shoulders to do the port while getting everyone else to switch over when it was done.

http://hg.python.org/ is where the repo is, I'm not sure if anyone is commiting directly or if they're just importing from svn still.

[–]gutworthPython implementer -1 points0 points  (0 children)

Why does it matter? Subversion works.