Skip to content

Conversation

sebastic
Copy link

From the pyshp README:

  • bbox, mbox and zbox attributes are all new Namedtuples.

Namedtuples don't have tolist(), calling list() on shapefile._Array (pyshp < 3.0.0) and tuple (pyshp >= 3.0.0) produces the same result.

Fixes: #632

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

Successfully merging this pull request may close these issues.

Test failures with pyshp 3.0.0 (AttributeError: 'tuple' object has no attribute 'tolist')

1 participant