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 pje
Recipients SilentGhost, eric.araujo, pje, ptn, ramiroluz, tarek
Date 2010-11-21.18:38:51
SpamBayes Score 0.00012038107
Marked as misclassified No
Message-id <1290364734.37.0.470271754533.issue5800@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, please consider the type->isinstance part of the change rejected.  I just got done reverting a bunch of those in 3.2.  Where WSGI specifies types, it means "type() is", not "isinstance".

(The 3.x version of wsgiref does not need to be executable on 2.x versions, but this doesn't mean the protocol itself can be altered in backwards-incompatible ways, just the implementation.)
History
Date User Action Args
2010-11-21 18:38:54pjesetrecipients: + pje, tarek, eric.araujo, ptn, SilentGhost, ramiroluz
2010-11-21 18:38:54pjesetmessageid: <1290364734.37.0.470271754533.issue5800@psf.upfronthosting.co.za>
2010-11-21 18:38:51pjelinkissue5800 messages
2010-11-21 18:38:51pjecreate