omz / Pythonista-Issues

Issue tracker for Pythonista (iOS)
169 stars 14 forks source link

Updated bottle module #248

Open SpotlightKid opened 7 years ago

SpotlightKid commented 7 years ago

bottle.FileUpload.save() throws ValueError: I/O operation on closed file..

The example from the Bottle documentation can be used to reproduce the issue.

Upstream issue (fixed): https://github.com/bottlepy/bottle/issues/567

(duplicates with actual error messages I encountered: https://github.com/bottlepy/bottle/issues/617 and https://github.com/bottlepy/bottle/issues/626)

Pythonista ships with Bottle version 0.12.5. The issue is fixed when I put the latest Version(0.13-dev) of bottle.py from the Git repo into site-packages, but the issue was already fixed in Bottle 0.12.7. The latest stable Bottle release is 0.12.12 as of today.

zrzka commented 6 years ago

311014 still ships 0.12.5. Fix for this is in 0.12.7 as stated in the first comment and latest stable version is 0.12.13.

SpotlightKid commented 6 years ago

And BTW, this is not an enhancement, this is a bug, IMHO.

zrzka commented 6 years ago

Bug in bottle, not in Pythonista. Module just need to be updated if I understand it correctly. I'll introduce labels for these next week after I'll share my proposal when I finish review.