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 mthuurne
Recipients martin.panter, mthuurne, orsenthil, python-dev, r.david.murray
Date 2019-10-07.14:21:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570458115.82.0.10636396093.issue21970@roundup.psfhosted.org>
In-reply-to
Content
Another problem with the current code is that when passed a URL with a host name that is not empty or "localhost", but is one of the alternative names for localhost returned by get_names(), file_open() returns None implicitly instead of opening the file.

I think this issue would be fixed by the proposed patch. So it would be good if the patch could be reviewed and adopted.
History
Date User Action Args
2019-10-07 14:21:55mthuurnesetrecipients: + mthuurne, orsenthil, r.david.murray, python-dev, martin.panter
2019-10-07 14:21:55mthuurnesetmessageid: <1570458115.82.0.10636396093.issue21970@roundup.psfhosted.org>
2019-10-07 14:21:55mthuurnelinkissue21970 messages
2019-10-07 14:21:55mthuurnecreate