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 JBernardo, eric.araujo, eric.snow, maker, rhettinger, sbt, serhiy.storchaka, terry.reedy
Date 2015-03-13.10:32:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426242772.94.0.978457450401.issue13290@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, this was incorrect example. The correct one is:

$ ./python -m timeit -s "from http.cookiejar import parse_ns_headers" -- "parse_ns_headers(['foo=bar; path=/; version=1; Expires=Thu, 01 Jan 1970 00:00:10 GMT'])"
Before: 10000 loops, best of 3: 177 usec per loop
After:  10000 loops, best of 3: 104 usec per loop
History
Date User Action Args
2015-03-13 10:33:39serhiy.storchakaunlinkissue13290 messages
2015-03-13 10:32:53serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, eric.araujo, maker, sbt, JBernardo, eric.snow
2015-03-13 10:32:52serhiy.storchakasetmessageid: <1426242772.94.0.978457450401.issue13290@psf.upfronthosting.co.za>
2015-03-13 10:32:52serhiy.storchakalinkissue13290 messages
2015-03-13 10:32:52serhiy.storchakacreate