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 karlcow
Recipients BreamoreBoy, cocobear, karlcow, orsenthil
Date 2014-09-23.12:06:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411473997.03.0.478543549018.issue5550@psf.upfronthosting.co.za>
In-reply-to
Content
Ok this is an attempt at solving the issue with lowercase. I find my get_header a bit complicated, but if you have a better idea. :) I'll modify the patches.

I have try to run the tests on the mac here but I have an issue currently.

→ ./python.exe -V
Python 3.5.0a0

Traceback (most recent call last):
  File "./Tools/scripts/patchcheck.py", line 6, in <module>
    import subprocess
  File "/Users/karl/code/cpython/Lib/subprocess.py", line 353, in <module>
    import signal
ImportError: No module named 'signal'
make: *** [patchcheck] Error 1
History
Date User Action Args
2014-09-23 12:06:37karlcowsetrecipients: + karlcow, orsenthil, cocobear, BreamoreBoy
2014-09-23 12:06:37karlcowsetmessageid: <1411473997.03.0.478543549018.issue5550@psf.upfronthosting.co.za>
2014-09-23 12:06:37karlcowlinkissue5550 messages
2014-09-23 12:06:36karlcowcreate