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 eric.smith
Recipients Lord Anton Hvornum, eric.smith, serhiy.storchaka
Date 2017-09-26.20:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506458023.56.0.342998069738.issue31597@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, due to backward compatibility constraints, the behavior is immutable.

You might be able to argue for another method, say all_hosts(), or something. Or maybe even a optional parameter to hosts() that defaults to the existing behavior, but if provided, lets you select a new behavior.

What I would not support is a change to hosts() (or a new method) that treats a /32 network specially.
History
Date User Action Args
2017-09-26 20:33:43eric.smithsetrecipients: + eric.smith, serhiy.storchaka, Lord Anton Hvornum
2017-09-26 20:33:43eric.smithsetmessageid: <1506458023.56.0.342998069738.issue31597@psf.upfronthosting.co.za>
2017-09-26 20:33:43eric.smithlinkissue31597 messages
2017-09-26 20:33:43eric.smithcreate