Weeks-UNC/shapemapper2

DeprecationWarning: 'U' mode is deprecated

EricDeveaud opened this issue · 0 comments

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