From ec995af92025f4f7def2548d2ca7a359e7c550f4 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 8 Mar 2024 14:01:56 +0300 Subject: [PATCH] Add myself to `typing` experts I cannot say that I know all about `typing` in Python, but I can still be helpful. I don't want to be a codeowner on GitHub, because I will get too many notifications, but I can add myself here for better visibility for others: I am open to help, answer questions, and review PRs. If @JelleZijlstra and @AlexWaygood agree :) --- core-developers/experts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-developers/experts.rst b/core-developers/experts.rst index 5ab3d9083..d79d5cf8d 100644 --- a/core-developers/experts.rst +++ b/core-developers/experts.rst @@ -237,7 +237,7 @@ tracemalloc vstinner tty Yhg1s* turtle gregorlingl^, willingc types 1st1 -typing gvanrossum, JelleZijlstra*, AlexWaygood*, carljm +typing gvanrossum, JelleZijlstra*, AlexWaygood*, carljm, sobolevn* unicodedata malemburg, ezio-melotti unittest voidspace*, ezio-melotti, rbtcollins, gpshead unittest.mock voidspace*