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 b3899e8 commit eff50a0Copy full SHA for eff50a0
.github/CODEOWNERS
@@ -475,9 +475,12 @@ Lib/pathlib/ @barneygale
475
Lib/test/test_pathlib/ @barneygale
476
477
# pdb & bdb
478
-Doc/library/[bp]db.rst @gaogaotiantian
479
-Lib/[bp]db.py @gaogaotiantian
480
-Lib/test/test_[bp]db.py @gaogaotiantian
+Doc/library/bdb.rst @gaogaotiantian
+Doc/library/pdb.rst @gaogaotiantian
+Lib/bdb.py @gaogaotiantian
481
+Lib/pdb.py @gaogaotiantian
482
+Lib/test/test_bdb.py @gaogaotiantian
483
+Lib/test/test_pdb.py @gaogaotiantian
484
Lib/test/test_remote_pdb.py @gaogaotiantian
485
486
# Pydoc
0 commit comments