Python3 support with pyramid_storage local.
Natim opened this issue · 1 comments
Natim commented
File "/home/travis/virtualenv/python3.5.2/lib/python3.5/site-packages/pyramid_storage/local.py", line 194, in save_file
shutil.copyfileobj(file, dest)
File "/home/travis/virtualenv/python3.5.2/lib/python3.5/shutil.py", line 76, in copyfileobj
fdst.write(buf)
TypeError: a bytes-like object is required, not 'str'
Natim commented
This has been fixed in the current released version.