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 steven.daprano
Recipients Divya Rani, steven.daprano
Date 2018-12-24.05:38:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545629930.83.0.0770528567349.issue35573@roundup.psfhosted.org>
In-reply-to
Content
What is the module "cookiejar" you are importing? Is that a third-party module? It doesn't seem to be in the standard library. There is a module `http.cookiejar` but it doesn't seem to have an `is_HDN` function.

If this is a third-party library, please close this and report it to the maintainers of that library.

Can you please explain *why* these are "false positive" and "false negative", and which is which?

In particular, do you know for a fact that the test cases you reference actually pass, and are correct if they pass? I'm not an expert, but I don't think domain names can end with a dot, and the "woo.com." test case is the *only* one which ends with a dot, so I suspect it may be a typo, and the test case doesn't actually pass. (Or if it does pass, perhaps it shouldn't.)
History
Date User Action Args
2018-12-24 05:38:52steven.dapranosetrecipients: + steven.daprano, Divya Rani
2018-12-24 05:38:50steven.dapranosetmessageid: <1545629930.83.0.0770528567349.issue35573@roundup.psfhosted.org>
2018-12-24 05:38:50steven.dapranolinkissue35573 messages
2018-12-24 05:38:50steven.dapranocreate