-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Add Guido and Ivan as owners for typing.py #4729
Conversation
.github/CODEOWNERS
Outdated
@@ -51,3 +51,5 @@ Python/bootstrap_hash.c @python/crypto-team | |||
**/*decimal* @rhettinger @skrah | |||
|
|||
**/*idlelib* @terryjreedy | |||
|
|||
**/*typing* @gvanrossum @ilevkivslyi |
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.
Thanks for making the PR! There is a small typo: it should be @ilevkivskyi
(the third letter from the end should be k
, not l
).
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.
Dang. And I was trying to be so careful! :-) Fixed now.
Thanks @gvanrossum for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Sorry, @gvanrossum and @ned-deily, I could not cleanly backport this to |
Codeowners is only in |
Let's not. |
Having it only with master is fine with me, I didn't realize it was only there. So no backport needed. |
See #3966 (comment)