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 serhiy.storchaka
Recipients BreamoreBoy, berker.peksag, chfoo, demian.brecht, python-dev, serhiy.storchaka
Date 2015-03-13.07:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426231040.16.0.293669068929.issue23138@psf.upfronthosting.co.za>
In-reply-to
Content
As side effect the parsing is now twice faster.

$ ./python -m timeit -s "from http.cookiejar import parse_ns_headers" -- "parse_ns_headers('foo=bar; Expires=Thu, 01 Jan 1970 00:00:10 GMT')"
Before: 1000 loops, best of 3: 976 usec per loop
After:  1000 loops, best of 3: 537 usec per loop
History
Date User Action Args
2015-03-13 07:17:20serhiy.storchakasetrecipients: + serhiy.storchaka, BreamoreBoy, python-dev, berker.peksag, demian.brecht, chfoo
2015-03-13 07:17:20serhiy.storchakasetmessageid: <1426231040.16.0.293669068929.issue23138@psf.upfronthosting.co.za>
2015-03-13 07:17:20serhiy.storchakalinkissue23138 messages
2015-03-13 07:17:19serhiy.storchakacreate