Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abbreviate bug report #10

Open
7c opened this issue Oct 1, 2024 · 1 comment
Open

abbreviate bug report #10

7c opened this issue Oct 1, 2024 · 1 comment

Comments

@7c
Copy link

7c commented Oct 1, 2024

i hope this makes the bug clear:

> ip6.abbreviate('::0000:1')
'::1'
> ip6.abbreviate('000::0000:1')
'::1'
> ip6.abbreviate('0000::0000:1')
'::1'
> ip6.abbreviate('1:0000::0000:1')
'0001::1'
> ip6.abbreviate('01:0000::0000:1')
'0001::1'
> ip6.abbreviate('12:0000::0000:1')
'0012::1'
> ip6.abbreviate('123:0000::0000:1')
'0123::1'
> 
@elgs
Copy link
Owner

elgs commented Oct 8, 2024

@7c thank you so much! This should have been fixed in 0.2.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants