This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Julian
Recipients Julian, benjamin.peterson, christian.heimes, clopez, martin.panter, orsenthil
Date 2017-01-25.10:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485340950.75.0.522074873053.issue29182@psf.upfronthosting.co.za>
In-reply-to
Content
The change note belongs outside the seealso.

I think also that wasn't exactly what Martin had in mind, I think he meant a `.. versionchanged` directive -- and given that this was originally a warning, personally I'd leave the warning but reword it, it's still relevant for pre-2.7.9 users.

E.g. something like:

.. seealso::

   <requests module info>

.. versionchanged:: 2.7.9

    HTTPS certificates now have hostname verification enabled by default.

.. warning::

    Versions prior to 2.7.9 do not safely verify hostnames. It is not recommended to use this module on these versions -- the aformentioned requests module can be used instead.

Or the like.
History
Date User Action Args
2017-01-25 10:42:30Juliansetrecipients: + Julian, orsenthil, christian.heimes, benjamin.peterson, martin.panter, clopez
2017-01-25 10:42:30Juliansetmessageid: <1485340950.75.0.522074873053.issue29182@psf.upfronthosting.co.za>
2017-01-25 10:42:30Julianlinkissue29182 messages
2017-01-25 10:42:30Juliancreate