google / ipaddr-py

Google's Python IP address manipulation library
Apache License 2.0
194 stars 71 forks source link

ipaddr 2.1.7 does not work on Python 2.4 #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ipaddr 2.1.7 fails on Python 2.4 (and probably 2.5), because it tries to check 
isinstance(..., bytes) and 'bytes' is a fancy type from the future.

Original issue reported on code.google.com by mshields@google.com on 8 Feb 2011 at 4:26

GoogleCodeExporter commented 9 years ago
Fixed in 2.1.8.

Original comment by mshields@google.com on 9 Feb 2011 at 11:53