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 ethan.furman
Recipients era, ethan.furman, ncoghlan, pmoody, xiang.zhang
Date 2019-11-04.15:59:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572883153.93.0.958014515404.issue28577@roundup.psfhosted.org>
In-reply-to
Content
I came across this /32 issue today trying to iterate over the hosts in 127.0.0.1/32.  I think it's fair to say that any /32 network has precisely one host, and that host should by returned by IPv4Network().hosts().
History
Date User Action Args
2019-11-04 15:59:13ethan.furmansetrecipients: + ethan.furman, ncoghlan, pmoody, era, xiang.zhang
2019-11-04 15:59:13ethan.furmansetmessageid: <1572883153.93.0.958014515404.issue28577@roundup.psfhosted.org>
2019-11-04 15:59:13ethan.furmanlinkissue28577 messages
2019-11-04 15:59:13ethan.furmancreate