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 martin.panter
Recipients christian.heimes, martin.panter
Date 2016-09-21.01:35:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474421705.12.0.343818942397.issue28221@psf.upfronthosting.co.za>
In-reply-to
Content
In r62273 (Apr 2008), method testAsyncoreServer() was added to the py3k branch with indata="FOO\n". In r64578 (Jun 2008), this test method was added to the Py 2 branch, but with indata = "TEST MESSAGE of mixed case\n". Later, r80598 added the mixed case line to the Py 3 branch, but it is not used because the original FOO line overwrites it. Then revision 221a1f9155e2 backported the Py 3 code to 2.7. So now both versions include the mixed case line but neither use it.

I haven’t investigated, but I presume either the mixed case version would test more stuff and should be enabled, or it would be overkill and should be dropped in favour of the simpler line.
History
Date User Action Args
2016-09-21 01:35:05martin.pantersetrecipients: + martin.panter, christian.heimes
2016-09-21 01:35:05martin.pantersetmessageid: <1474421705.12.0.343818942397.issue28221@psf.upfronthosting.co.za>
2016-09-21 01:35:04martin.panterlinkissue28221 messages
2016-09-21 01:35:03martin.pantercreate