|
15 | 15 | # |
16 | 16 | # An entry in this file does not imply 'ownership', despite the name of the |
17 | 17 | # file, but instead that those listed take an interest in that part of the |
18 | | -# project, and would like to be notified of any proposed changes to it. |
| 18 | +# project and will automatically be added as reviewers to PRs that affect |
| 19 | +# the matching files. |
19 | 20 | # See also the Experts Index in the Python Developer's Guide: |
20 | 21 | # https://devguide.python.org/core-developers/experts/ |
21 | 22 | # |
|
31 | 32 | # Top-level sections are: |
32 | 33 | # |
33 | 34 | # * Buildbots, Continuous Integration, and Testing |
34 | | -# e.g. project-wide configuration files, internal tools for use in CI, |
| 35 | +# project-wide configuration files, internal tools for use in CI, |
35 | 36 | # linting. |
36 | 37 | # * Build System |
37 | | -# e.g. the Makefile, autoconf. |
| 38 | +# the Makefile, autoconf, and other autotools files. |
38 | 39 | # * Documentation |
39 | 40 | # broader sections of documentation, documentation tools |
40 | 41 | # * Other / Misc (Tools, Programs, Integration, etc) |
|
43 | 44 | # * Platform Support |
44 | 45 | # relating to support for specific platforms |
45 | 46 | # * Interpreter Core |
46 | | -# the grammar, parser, compiler, interpreter, etc |
| 47 | +# the grammar, parser, compiler, interpreter, etc. |
47 | 48 | # * Standard Library |
48 | | -# standard library modules & related files |
| 49 | +# standard library modules (from both Lib and Modules) |
| 50 | +# and related files (such as their tests and docs) |
49 | 51 |
|
50 | 52 | # ---------------------------------------------------------------------------- |
51 | 53 | # Buildbots, Continuous Integration, and Testing |
|
0 commit comments