[issue26543] imaplib noop Debug

2018-07-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26543] imaplib noop Debug

2017-05-08 Thread Kostis Anagnostopoulos
Changes by Kostis Anagnostopoulos : -- pull_requests: +1605 ___ Python tracker ___ ___

[issue26543] imaplib noop Debug

2017-05-08 Thread R. David Murray
R. David Murray added the comment: That sounds reasonable, if the debug output doesn't pollute the test run output. -- ___ Python tracker ___

[issue26543] imaplib noop Debug

2017-05-08 Thread Kostis Anagnostopoulos
Kostis Anagnostopoulos added the comment: That is a show-stopper, and the patch works fine. Should I submit a PR with a special test-case with debug >= 3 just for this? -- nosy: +ankostis ___ Python tracker

[issue26543] imaplib noop Debug

2016-03-27 Thread Demur Rumed
Demur Rumed added the comment: Fixes syntax & line length issues in previous patch -- Added file: http://bugs.python.org/file42312/imaplib2.patch ___ Python tracker

[issue26543] imaplib noop Debug

2016-03-27 Thread Demur Rumed
Demur Rumed added the comment: I've attached a patch file of the proposed change which seems correct -- keywords: +patch nosy: +Demur Rumed Added file: http://bugs.python.org/file42310/imaplib.patch ___ Python tracker

[issue26543] imaplib noop Debug

2016-03-25 Thread Maciej Szulik
Changes by Maciej Szulik : -- nosy: +maciej.szulik ___ Python tracker ___ ___

[issue26543] imaplib noop Debug

2016-03-19 Thread gigaplastik
Changes by gigaplastik : -- nosy: +gigaplastik ___ Python tracker ___ ___

[issue26543] imaplib noop Debug

2016-03-11 Thread Stephen Evans
New submission from Stephen Evans: With the imaplib.Debug=3 (or greater) imaplib.noop() will crash if there are any untagged responses present. The _dump_ur() function has not been converted to expect bytes in the lambda variable x[1]. An abbreviate example of the 'dict' parameter would be: