Message328911
My last comment meant to land somewhere else, but nonetheless it is related to this topic, so:
SpooledTemporaryFile class from lib/tempfile.py still does not implement seekable() method. It could be like this (just two lines of code and my Flask.Request tests with sending files started again to work on 3.7:
def seekable(self):
return self._file.seekable()
Is it possible to add this method? |
|
Date |
User |
Action |
Args |
2018-10-30 12:43:59 | nubirstein | set | recipients:
+ nubirstein, terry.reedy, martin.panter, Gary Fernie |
2018-10-30 12:43:59 | nubirstein | set | messageid: <1540903439.38.0.788709270274.issue26175@psf.upfronthosting.co.za> |
2018-10-30 12:43:59 | nubirstein | link | issue26175 messages |
2018-10-30 12:43:59 | nubirstein | create | |
|