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 | 3181feb601352e6c4a3d98991523521f4d80c00e (patch) | |
tree | 182ae8e9d4fc5dbc7c82e00522a0850165a53d51 /Doc/bugs.rst | |
parent | 40e102c193e2df31130ec5181347e0ac1467b485 (diff) | |
download | cpython-3181feb601352e6c4a3d98991523521f4d80c00e.zip cpython-3181feb601352e6c4a3d98991523521f4d80c00e.tar.gz cpython-3181feb601352e6c4a3d98991523521f4d80c00e.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. |