Closed
Description
Updating pyshp from 1.2.0 tot 1.2.11 results in the following error when trying to write a shapefile: ValueError:Unknown format code 'd' for object of type 'float'
python3.6/site-packages/shapefile.py in __dbfRecords
935. value = format(value, "d")[:size].rjust(size) # caps the size if exceeds the field size