Weeks-UNC / shapemapper2

Public repository for ShapeMapper 2 releases
Other
29 stars 16 forks source link

DeprecationWarning: 'U' mode is deprecated #17

Open EricDeveaud opened 3 years ago

EricDeveaud commented 3 years ago

Hello,

just FYI

while testing shapemapper using python-3.8 I have some deprecation warning dur to open(filename, 'rU') the 'U' universal newlines mode has been deprecated since Python 3.4

and shapemapper says to require python >= 3.5.3

regards

Eric