Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9c204 commit d287215Copy full SHA for d287215
2 files changed
.github/CODEOWNERS
@@ -43,6 +43,15 @@ Objects/dict* @methane
43
# CSPRNG
44
Python/bootstrap_hash.c @python/crypto-team @tiran
45
46
+# Dates and times
47
+**/*datetime* @pganssle @abalkin
48
+**/*str*time* @pganssle @abalkin
49
+Doc/library/time.rst @pganssle @abalkin
50
+Lib/test/test_time.py @pganssle @abalkin
51
+Modules/timemodule.c @pganssle @abalkin
52
+Python/pytime.c @pganssle @abalkin
53
+Include/pytime.h @pganssle @abalkin
54
+
55
# Email and related
56
**/*mail* @python/email-team
57
**/*smtp* @python/email-team
Misc/ACKS
@@ -541,6 +541,7 @@ Riccardo Attilio Galli
541
Raymund Galvin
542
Nitin Ganatra
543
Fred Gansevles
544
+Paul Ganssle
545
Lars Marius Garshol
546
Jake Garver
547
Dan Gass
0 commit comments