timmerk / ipaddr-py

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

Just a little undfined variable error #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
at line 234

"str(self), str(other)))"

other is not defined.

should probably be

"str(first), str(last)))"

Original issue reported on code.google.com by isaid...@gmail.com on 14 Feb 2011 at 11:17

GoogleCodeExporter commented 9 years ago
fixed in r217.

Original comment by pmo...@google.com on 17 Feb 2011 at 4:27