timmerk / ipaddr-py

Automatically exported from code.google.com/p/ipaddr-py
0 stars 0 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