tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
374 stars 44 forks source link

Remove deprecated 'U' flag #23

Closed sajith closed 3 years ago

sajith commented 3 years ago

Python 3.7+ gives this warning:

  py run-test: commands[1] | python setup.py test
  setup.py:60: DeprecationWarning: 'U' mode is deprecated
    long_description=open('README.rst', 'rU').read(),