[issue6582] test_telnetlib doesn't test Telnet.write

2009-09-03 Thread Rodrigo Steinmuller Wanderley
Rodrigo Steinmuller Wanderley rwander...@rsw.digi.com.br added the comment: On Thu, 03 Sep 2009 20:38:49 + Jack Diederich rep...@bugs.python.org wrote: Jack Diederich jackd...@gmail.com added the comment: applied in r74638 and I've added you to Misc/ACKS Thanks again for the patch

[issue6582] test_telnetlib doesn't test Telnet.write

2009-08-10 Thread Rodrigo Steinmuller Wanderley
Changes by Rodrigo Steinmuller Wanderley rwander...@rsw.digi.com.br: Removed file: http://bugs.python.org/file14668/write_test.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6582

[issue6582] test_telnetlib doesn't test Telnet.write

2009-08-10 Thread Rodrigo Steinmuller Wanderley
Changes by Rodrigo Steinmuller Wanderley rwander...@rsw.digi.com.br: Added file: http://bugs.python.org/file14686/telnetlib_writetest.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6582

[issue6582] test_telnetlib doesn't test Telnet.write

2009-08-06 Thread Rodrigo Steinmuller Wanderley
Rodrigo Steinmuller Wanderley rodrigoswander...@gmail.com added the comment: Did only minor modifications to TelnetSocketSendall class. Please review the following patch. -- keywords: +patch nosy: +rwanderley Added file: http://bugs.python.org/file14668/write_test.patch

[issue2637] urllib.quote() escapes characters unnecessarily and contrary to docs

2009-08-06 Thread Rodrigo Steinmuller Wanderley
Rodrigo Steinmuller Wanderley rodrigoswander...@gmail.com added the comment: Unreserved characters can be escaped without changing the semantics of the URI, but this should not be done unless the URI is being used in a context that does not allow the unescaped character to appear. How can we