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 ronaldoussoren
Recipients eryksun, koobs, mattrobenolt, ned.deily, r.david.murray, ronaldoussoren, xiang.zhang
Date 2016-07-26.08:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469520986.39.0.357952887945.issue27612@psf.upfronthosting.co.za>
In-reply-to
Content
For what it is worth: the relevant standard says that octal and hexadecimal addresses should be accepted (POSIX getaddrinfo refers to inet_addr for numeric IP addresses and that says that octal and hexadecimal numbers are valid in IP addresses), see:

http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_addr.html#

Adding a implementation note to the documentation might be useful, but it should IMHO only mention that the platform getaddrinfo is used in the implementation for the Python functions and should not mention specific platforms because we don't have the processes to keep such specific notes up-to-date.
History
Date User Action Args
2016-07-26 08:16:26ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, r.david.murray, koobs, eryksun, xiang.zhang, mattrobenolt
2016-07-26 08:16:26ronaldoussorensetmessageid: <1469520986.39.0.357952887945.issue27612@psf.upfronthosting.co.za>
2016-07-26 08:16:26ronaldoussorenlinkissue27612 messages
2016-07-26 08:16:26ronaldoussorencreate