diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-12-09 08:03:18 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-12-09 08:03:18 (GMT) |
commit | e0ffe17e72253429eca94664d5b870f643a2a6dc (patch) | |
tree | 69d88d056d83ecb70b045cc790289884d2a342d3 | |
parent | 747029afdc1b147b4262a508616d5dfd2ed503c0 (diff) | |
parent | 3181feb601352e6c4a3d98991523521f4d80c00e (diff) | |
download | cpython-e0ffe17e72253429eca94664d5b870f643a2a6dc.zip cpython-e0ffe17e72253429eca94664d5b870f643a2a6dc.tar.gz cpython-e0ffe17e72253429eca94664d5b870f643a2a6dc.tar.bz2 |
Merge with 3.5
-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. |