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 r.david.murray
Recipients dwoz, ezio.melotti, giampaolo.rodola, janssen, jeffknupp, orsenthil, pitrou, r.david.murray
Date 2013-04-01.12:25:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364819139.23.0.00505556665615.issue17483@psf.upfronthosting.co.za>
In-reply-to
Content
It may not make sense, but I've seen it supported in the wild, in a different library.  Of course, we *did* treat it as a bug in our code and fix it once we realized that's what the library was doing (we were inadvertently passing it None for the hostname, and its response to that was to not check it).  So I think Antoine is probably right here.  Especially since this has never been reported as a bug by someone trying to use it in an application.

Since it wasn't documented, perhaps we should just add a deprecation warning (that says it is a noop) instead.
History
Date User Action Args
2013-04-01 12:25:39r.david.murraysetrecipients: + r.david.murray, janssen, orsenthil, pitrou, giampaolo.rodola, ezio.melotti, jeffknupp, dwoz
2013-04-01 12:25:39r.david.murraysetmessageid: <1364819139.23.0.00505556665615.issue17483@psf.upfronthosting.co.za>
2013-04-01 12:25:39r.david.murraylinkissue17483 messages
2013-04-01 12:25:38r.david.murraycreate