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 vstinner
Recipients eryksun, koobs, mattrobenolt, ned.deily, r.david.murray, ronaldoussoren, vstinner, xiang.zhang
Date 2016-07-26.13:26:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469539591.02.0.790088196841.issue27612@psf.upfronthosting.co.za>
In-reply-to
Content
> However, if someone wants to investigate further and finds a fix, we will evaluate it.

IMHO the best fix is to document that the exact behaviour depends on the platform, and that only IPv4 decimal and IPv6 hexadecimal are portable. Corner cases like IPv4 octal addresses are not portable, you should write your own parser.

Note: I checked ipaddress, it doesn't seem to support the funny octal addresses format.

Why do you need octal addresses? What is your use case? :-p
History
Date User Action Args
2016-07-26 13:26:31vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, r.david.murray, koobs, eryksun, xiang.zhang, mattrobenolt
2016-07-26 13:26:31vstinnersetmessageid: <1469539591.02.0.790088196841.issue27612@psf.upfronthosting.co.za>
2016-07-26 13:26:31vstinnerlinkissue27612 messages
2016-07-26 13:26:30vstinnercreate