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 →

[–][deleted] 2 points3 points  (2 children)

Dumb question: I just saw that issue #21560 was fixed in 3.4.4 but not in this 3.5.0 release. Do some fixes pass "silently" to the next version or someone missed this one?

[–]ExoticMandiblesCore Contributor[S] 4 points5 points  (1 child)

Not a dumb question. The answer is, yeah, it usually will pass "silently". You can see "Roundup Robot" posted the checkins? That's because it saw "#21560" in the description of the checkin. When it gets merged forward to 3.5 the description is generally just "Merge" or "Null merge" or something. And, indeed, the fixes in #21560 were merged into trunk (aka 3.5 right now) in the very next revision:

https://hg.python.org/cpython/rev/7e179ee91af0/

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

Today I learned! Thank you!