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 pitrou
Recipients jnoller, ocean-city, pitrou, roudkerk, trent
Date 2008-08-11.20:08:52
SpamBayes Score 0.011349861
Marked as misclassified No
Message-id <1218485330.8794.2.camel@fsol>
In-reply-to <1218484681.89.0.995266848869.issue3270@psf.upfronthosting.co.za>
Content
Le lundi 11 août 2008 à 19:58 +0000, Trent Nelson a écrit :
> +        if self._address[0] == '0.0.0.0':
> +            self._address[0] = '127.0.0.1'

Please no. If the user asks for 0.0.0.0, either obey or raise an
exception, but do not silently change the value.

My own humble opinion is that 0.0.0.0 should be allowed and, at worse,
the documentation may carry a warning about it.
History
Date User Action Args
2008-08-11 20:09:09pitrousetrecipients: + pitrou, ocean-city, roudkerk, trent, jnoller
2008-08-11 20:08:53pitroulinkissue3270 messages
2008-08-11 20:08:53pitroucreate