This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zvyn
Recipients barry, jesstess, pitrou, r.david.murray, zvyn
Date 2014-07-29.01:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406599019.49.0.55285797882.issue21725@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the review and improvements!

I fixed the warnings (didn't see them with running tests as described in the dev guide; I may improve that later), updated the docs to RFC 5321 (issue 19679 is referring to RFC 3463 which is not required/updated/obsoleted by RFC 5321), and fixed the _print_message method of the DebuggingServer.

Testing DebuggingServer seems difficult because it prints to stdout so I'm just checking that no exceptions are raised.

I'm aware of the maximum command length thing but would fix it in issue 21783 (because it becomes a bug when dealing with that).
History
Date User Action Args
2014-07-29 01:57:00zvynsetrecipients: + zvyn, barry, pitrou, r.david.murray, jesstess
2014-07-29 01:56:59zvynsetmessageid: <1406599019.49.0.55285797882.issue21725@psf.upfronthosting.co.za>
2014-07-29 01:56:59zvynlinkissue21725 messages
2014-07-29 01:56:59zvyncreate