-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Akuli and srittau: Remove Python 2 branches from Python 3 stubs #5461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@srittau This is the combined PR. When going through the conflicts, I noticed that you generally did this better than my script, although the script handled one version check that you had missed. |
|
Give me a sec, I'm still going through my PR a second time to see if there are any errors. |
|
Clicking the merge commit above shows how this PR differs from yours. The version check you missed is in stdlib/warnings.pyi. The Given that this is a combination of something done with a script and something done by a human, this quite likely catches missing things (script) and handles comments and funny corner cases properly (human). |
srittau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the merge! LGTM.
|
@Akuli Just to avoid double work again (sorry about that!): I would start working on those now-obsolete aliases like |
|
Sure, you can do that. I think this double work wasn't a bad thing, since my PR and your PR both had some problems that the combined PR didn't have. In the past, I have done a similar thing at work, although slightly more complicated: I and a coworker both did some changes, then we both finished merging them at about the same time (many conflicts), then we together merged our already once merged versions together. |
Combination of #5460 and #5458