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 berker.peksag
Recipients BreamoreBoy, SilentGhost, berker.peksag, eric.araujo, pje, ptn, ramiroluz, tarek
Date 2014-06-22.11:07:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403435222.6.0.877860919064.issue5800@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is not committed yet.

$ ./python
Python 3.5.0a0 (default:979aaa08c067+, Jun 19 2014, 13:01:36) 
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from wsgiref.headers import Headers
>>> h = Headers()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: __init__() missing 1 required positional argument: 'headers'

Here's an updated patch that addresses Éric's review (and without cosmetic changes to make review easier).
History
Date User Action Args
2014-06-22 11:07:02berker.peksagsetrecipients: + berker.peksag, pje, tarek, eric.araujo, ptn, SilentGhost, BreamoreBoy, ramiroluz
2014-06-22 11:07:02berker.peksagsetmessageid: <1403435222.6.0.877860919064.issue5800@psf.upfronthosting.co.za>
2014-06-22 11:07:02berker.peksaglinkissue5800 messages
2014-06-22 11:07:02berker.peksagcreate