diff options
Diffstat (limited to 'defusedxml/xmlrpc.py')
-rw-r--r-- | defusedxml/xmlrpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defusedxml/xmlrpc.py b/defusedxml/xmlrpc.py index 2a456e6..5572c6b 100644 --- a/defusedxml/xmlrpc.py +++ b/defusedxml/xmlrpc.py @@ -2,7 +2,7 @@ # # Copyright (c) 2013 by Christian Heimes <christian@python.org> # Licensed to PSF under a Contributor Agreement. -# See http://www.python.org/psf/license for licensing details. +# See https://www.python.org/psf/license for licensing details. """Defused xmlrpclib Also defuses gzip bomb |