[issue16038] ftplib: unlimited readline() from connection

2013-02-16 Thread Michał Jastrzębski
Michał Jastrzębski added the comment: Thank you Giampaolo, I'm attaching patch changed according to your suggestion. -- Added file: http://bugs.python.org/file29090/ftplib_maxline.patch ___ Python tracker <http://bugs.python.org/is

[issue16038] ftplib: unlimited readline() from connection

2013-02-09 Thread Michał Jastrzębski
Michał Jastrzębski added the comment: Hello, I've set up maxline limit to 8192. Also I've add some changes Antoine suggested earlier. -- Added file: http://bugs.python.org/file29019/ftplib_maxline.patch ___ Python tracker <http://bu

[issue16038] ftplib: unlimited readline() from connection

2013-02-06 Thread Michał Jastrzębski
Michał Jastrzębski added the comment: Well, that is not from RFC (or I hadn't find it):) however I'd lie if I'd call myself an expert, should I change limit to 4096 then? -- ___ Python tracker <http://bugs.pyt

[issue16038] ftplib: unlimited readline() from connection

2013-02-06 Thread Michał Jastrzębski
Michał Jastrzębski added the comment: Well its my understanding, that there is no maximum length specified in RFC959. There is however option to set it up while telnet connection, and that would be other solution to this issue. -- ___ Python

[issue16038] ftplib: unlimited readline() from connection

2013-02-05 Thread Michał Jastrzębski
Michał Jastrzębski added the comment: Hello, I've made patch which address this issue. -- keywords: +patch nosy: +inc0 Added file: http://bugs.python.org/file28970/ftplib_maxline.patch ___ Python tracker <http://bugs.python.org/is

[issue17055] ftplib.ftpcp test

2013-01-29 Thread Michał Jastrzębski
Michał Jastrzębski added the comment: My mistake, this one is better. -- Added file: http://bugs.python.org/file28902/ftpcp_test.patch ___ Python tracker <http://bugs.python.org/issue17

[issue17055] ftplib.ftpcp test

2013-01-29 Thread Michał Jastrzębski
Michał Jastrzębski added the comment: Hello, Thanks for tips. How about now? -- Added file: http://bugs.python.org/file28901/ftpcp_test.patch ___ Python tracker <http://bugs.python.org/issue17

[issue17055] ftplib.ftpcp test

2013-01-27 Thread Michał Jastrzębski
Michał Jastrzębski added the comment: Hello, Well, I ran coverage.py over this module and it turns out that this method, ftpcp has neighter tests nor docs. Most of ftplib is tested, but this one function was not. -- ___ Python tracker <h

[issue17055] ftplib.ftpcp test

2013-01-27 Thread Michał Jastrzębski
New submission from Michał Jastrzębski: Test for ftplib.ftpcp. -- components: Tests files: ftpcp_test.patch keywords: patch messages: 180802 nosy: inc0 priority: normal severity: normal status: open title: ftplib.ftpcp test type: enhancement versions: Python 3.4 Added file: http