[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2021-05-02 Thread Oliver Giles
Change by Oliver Giles : -- nosy: +ohwgiles nosy_count: 10.0 -> 11.0 pull_requests: +24512 pull_request: https://github.com/python/cpython/pull/25824 ___ Python tracker ___ ___

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2020-02-26 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2020-02-26 Thread miss-islington
miss-islington added the comment: New changeset 21da76d1f1b527d62b2e9ef79dd9aa514d996341 by opavlyuk in branch 'master': bpo-34788: Add support for scoped IPv6 addresses (GH-13772) https://github.com/python/cpython/commit/21da76d1f1b527d62b2e9ef79dd9aa514d996341 -- nosy: +miss-islin

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2020-02-11 Thread Andrew Svetlov
Change by Andrew Svetlov : -- assignee: -> asvetlov nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2020-02-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Nick, can you comment on this and review the revised PR? -- nosy: +ncoghlan versions: -Python 2.7 ___ Python tracker ___ ___

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2019-08-02 Thread Oleksandr Pavliuk
Oleksandr Pavliuk added the comment: Please, pay attention to this issue. Pull request needs core review. -- ___ Python tracker ___ ___

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2019-07-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: FWIW: Marking Component: Documentation means that the issue is only about changing the doc. Hence the auto-assignment to the nebulous docs group, which no longer exists in the form it once did. Enhancement issues nearly always need a doc change but are not

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2019-07-03 Thread Oleksandr Pavliuk
Oleksandr Pavliuk added the comment: Pull request needs a review. -- nosy: +opavlyuk ___ Python tracker ___ ___ Python-bugs-list ma

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2019-06-03 Thread Oleksandr Pavliuk
Change by Oleksandr Pavliuk : -- keywords: +patch pull_requests: +13657 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13772 ___ Python tracker __

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2019-04-11 Thread Jeremy McMillan
Jeremy McMillan added the comment: I think the code in SaltStack to handle scoped IPv6 addresses is mature, so please look at these examples. https://github.com/saltstack/salt/blob/2085cb1078f187adf82a0cf19b39d350ff1bbd50/salt/_compat.py#L125 -- _

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2019-04-10 Thread Michal
Michal added the comment: I would like to fix this problem if nobody is against that. I stumbled upon the very same thing recently and I think it would be a nice opportunity to contribute. -- nosy: +mic4ael ___ Python tracker

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2018-10-30 Thread Lisa Roach
Lisa Roach added the comment: I think this is something that would be good to have. Jeremy would you care to make a PR for this? -- nosy: +lisroach ___ Python tracker ___ ___

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2018-09-24 Thread Jeremy McMillan
Jeremy McMillan added the comment: subclass workaround implementation example https://github.com/isbm/salt/blob/976fe19d73ca6bf5df375eaa15d77ce4a5a54b7a/salt/_compat.py#L125 -- ___ Python tracker __

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2018-09-24 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2018-09-24 Thread Yury Selivanov
Change by Yury Selivanov : -- nosy: +pmoody ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses

2018-09-24 Thread Jeremy McMillan
New submission from Jeremy McMillan : ipaddress module has no support for scoped IPv6 addresses which prevents the use of ipaddress.ip_address() and ipaddress.IPv6Address() with (always available by default on IPv6 systems) RFC conforming IPv6 link local addresses that specify interface scope