summaryrefslogtreecommitdiff
path: root/Doc/library/smtpd.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-06-11 13:48:58 -0400
committerR David Murray <rdmurray@bitdance.com>2014-06-11 13:48:58 -0400
commit6fe56a329dd427f2a5363b43ad24f04785d2091d (patch)
treeaf2b051bbdb771ad2932d6888b9405d7984ff9b6 /Doc/library/smtpd.rst
parent1144da5821553449739744f08d041b4ba7114ecb (diff)
downloadcpython-git-6fe56a329dd427f2a5363b43ad24f04785d2091d.tar.gz
#14758: add IPv6 support to smtpd.
Patch by Milan Oberkirch.
Diffstat (limited to 'Doc/library/smtpd.rst')
-rw-r--r--Doc/library/smtpd.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst
index e6625df74f..0f4a0bf512 100644
--- a/Doc/library/smtpd.rst
+++ b/Doc/library/smtpd.rst
@@ -68,8 +68,8 @@ SMTPServer Objects
.. versionchanged:: 3.4
The *map* argument was added.
- .. versionchanged:: 3.5
- the *decode_data* argument was added.
+ .. versionchanged:: 3.5 the *decode_data* argument was added, and *localaddr*
+ and *remoteaddr* may now contain IPv6 addresses.
DebuggingServer Objects