Mention how bug fixes will be committed directly to the repository without

worrying about any special notes for the projects.
This commit is contained in:
Brett Cannon 2006-06-20 02:59:36 +00:00
parent b984dc3a3a
commit 82181d1be2
1 changed files with 7 additions and 1 deletions

View File

@ -26,7 +26,13 @@ Python's repository.
This PEP is meant to record details of packages in the stdlib that are
maintained outside of Python's repository. Specifically, it is meant
to keep track of any specific maintenance needs for each package. It
also is meant to allow people to know which version of a package is
should be mentioned that changes needed in order to fix bugs and keep
the code running on all of Python's supported platforms will be done
directly in Python's repository without worrying about going through
the contact developer. This is so that Python itself is not held up
by a single bug and allows the whole process to scale as needed.
It also is meant to allow people to know which version of a package is
released with which version of Python.