rsmills36 / pyftpdlib

Automatically exported from code.google.com/p/pyftpdlib
Other
0 stars 0 forks source link

Use os.sendfile instead of pysendfile on Python >= 3.3 #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
os.sendfile was included into Python 3.3 as of:
http://bugs.python.org/issue10882
As such, if we're on Python 3.3 pysendfile module [1] shouldn't be a dependency 
anymore and os.sendfile() should be used instead.

[1] https://code.google.com/p/pysendfile/

Original issue reported on code.google.com by g.rodola on 22 Mar 2013 at 10:45

GoogleCodeExporter commented 9 years ago
Fixed in r1198.

Original comment by g.rodola on 22 Mar 2013 at 11:08

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 9 Apr 2013 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 9 Apr 2013 at 4:29