[issue9601] ftplib should accept 250 on MKD

Giampaolo Rodola' report at bugs.python.org
Sat Aug 21 18:15:16 CEST 2010


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

Given Antoine comment and the link referencing bzr issue I agree we should fix this now.
A patch including tests for parse257 function is in attachment.
The exception is now raised only if the response code doesn't fall in the 2xx category; for responses != 257 '' is returned.
I'm +1 on including this only in 3.2.

----------
keywords: +patch
Added file: http://bugs.python.org/file18596/ftplib-257-workaround.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9601>
_______________________________________


More information about the Python-bugs-list mailing list