timmerk / ipaddr-py

Automatically exported from code.google.com/p/ipaddr-py
0 stars 0 forks source link

IPv4IpValidationError typo #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $ grep -c IPv4IpValidationError ipaddr.py
11
2. $ grep -c IPv4IpvalidationError ipaddr.py
1

What is the expected output? What do you see instead?

Expected grep -c IPv4IpvalidationError ipaddr.py to yield 0, not 1 since
it's not defined.

What version of the product are you using? On what operating system?

2.0.0 on Linux

Please provide any additional information below.

Original issue reported on code.google.com by sc...@kitterman.com on 25 Jan 2010 at 6:58

GoogleCodeExporter commented 9 years ago
fixed in r132. thanks.

Original comment by pmo...@google.com on 2 Feb 2010 at 6:54

GoogleCodeExporter commented 9 years ago
Or not.  With 2.1.0:

$ grep -c IPv4IpvalidationError ipaddr.py
1

See line 1656.

Original comment by sc...@kitterman.com on 19 Feb 2010 at 6:46

GoogleCodeExporter commented 9 years ago
Submitted as issue 56.

Original comment by sc...@kitterman.com on 19 Feb 2010 at 8:19