Movatterモバイル変換


[0]ホーム

URL:


homepage

Message221859

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

AuthorClaudiu.Popa
RecipientsClaudiu.Popa, ezio.melotti, fwierzbicki, jeff.allen, orsenthil, python-dev, r.david.murray, terry.reedy
Date2014-06-29.16:28:49
SpamBayes Score-1.0
Marked as misclassifiedYes
Message-id<1404059330.3.0.174434645917.issue20155@psf.upfronthosting.co.za>
In-reply-to
Content
Terry is right, this patch doesn't completely work. But with this fix the problem is solved:diff -r394e6bda5a70Lib/test/test_httpservers.py--- a/Lib/test/test_httpservers.py      Sun Jun 29 15:56:21 2014 +0300+++ b/Lib/test/test_httpservers.py      Sun Jun 29 19:27:16 2014 +0300@@ -306,7 +306,7 @@         response = self.request('/', method='FOO')         self.check_status_and_reason(response, 501)         # requests must be case sensitive,so this should fail too-        response = self.request('/', method='get')+        response = self.request('/', method='gets')         self.check_status_and_reason(response, 501)         response = self.request('/', method='GETs')         self.check_status_and_reason(response, 501)
History
DateUserActionArgs
2014-06-29 16:28:50Claudiu.Popasetrecipients: +Claudiu.Popa,terry.reedy,orsenthil,fwierzbicki,ezio.melotti,r.david.murray,python-dev,jeff.allen
2014-06-29 16:28:50Claudiu.Popasetmessageid: <1404059330.3.0.174434645917.issue20155@psf.upfronthosting.co.za>
2014-06-29 16:28:50Claudiu.Popalinkissue20155 messages
2014-06-29 16:28:49Claudiu.Popacreate
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2026 Movatter.jp