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 eric.araujo
Recipients SilentGhost, eric.araujo, pje, ptn, ramiroluz, tarek
Date 2010-11-21.01:40:30
SpamBayes Score 0.00070688257
Marked as misclassified No
Message-id <1290303632.22.0.852558695469.issue5800@psf.upfronthosting.co.za>
In-reply-to
Content
FTR, note that “svn diff file1 file2...” will give you one file for many edits.  It’s easier to review and apply.

Regarding the change, I don’t know if wsgiref 3.2 has to be compatible with Python 2.1, which would exclude using the ternary operation.

The change from type to isinstance will probably be rejected, since WSGI does not accept subclasses for the things it defines.
History
Date User Action Args
2010-11-21 01:40:32eric.araujosetrecipients: + eric.araujo, pje, tarek, ptn, SilentGhost, ramiroluz
2010-11-21 01:40:32eric.araujosetmessageid: <1290303632.22.0.852558695469.issue5800@psf.upfronthosting.co.za>
2010-11-21 01:40:30eric.araujolinkissue5800 messages
2010-11-21 01:40:30eric.araujocreate