diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-12-09 07:53:44 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-12-09 07:53:44 (GMT) |
commit | 6b93ca6a3b6e56f1ab30ff2b807f9a0e8740a470 (patch) | |
tree | 1674e23312fa27e29e171fb95028612f4822f3c9 /Doc/bugs.rst | |
parent | 45cf0b7f3e3a7a4f98fb0a2a316c620d9b3f58aa (diff) | |
download | cpython-6b93ca6a3b6e56f1ab30ff2b807f9a0e8740a470.zip cpython-6b93ca6a3b6e56f1ab30ff2b807f9a0e8740a470.tar.gz cpython-6b93ca6a3b6e56f1ab30ff2b807f9a0e8740a470.tar.bz2 |
Clarify that only *documentation* bugs should go to docs@python.org
Diffstat (limited to 'Doc/bugs.rst')
-rw-r--r-- | Doc/bugs.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index f01ae0e..25ce3ca 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -16,7 +16,8 @@ If you find a bug in this documentation or would like to propose an improvement, please submit a bug report on the :ref:`tracker <using-the-tracker>`. If you have a suggestion how to fix it, include that as well. -If you're short on time, you can also email your bug report to docs@python.org. +If you're short on time, you can also email documentation bug reports to +docs@python.org (behavioral bugs can be sent to python-list@python.org). 'docs@' is a mailing list run by volunteers; your request will be noticed, though it may take a while to be processed. |