GeospatialPython / pyshp

This library reads and writes ESRI Shapefiles in pure Python.
MIT License
1.09k stars 259 forks source link

SyntaxWarning for identity checks in test_shapefile #260

Closed lgolston closed 7 months ago

lgolston commented 1 year ago

Python 3.8 and greater gives multiple "SyntaxWarning: "is" with a literal. Did you mean "=="?" when running test_shapefile. The relevant instances are updated accordingly.