[issue5800] make wsgiref.headers.Headers accept empty constructor

Éric Araujo report at bugs.python.org
Sun Nov 21 02:40:32 CET 2010


Éric Araujo <merwok at netwok.org> added the comment:

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.

----------
nosy: +eric.araujo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5800>
_______________________________________


More information about the Python-bugs-list mailing list