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, ajaksu2, anthonybaxter, barry, dalke, gaul, karlcow, l0nwlf, r.david.murray
Date 2013-03-08.19:38:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362771488.75.0.64871995305.issue747320@psf.upfronthosting.co.za>
In-reply-to
Content
Ok after comments and review by Eric Araujo on the previous patch.
See issue-747320-3.patch

I have ran

→ ./python.exe Lib/test/test_httpservers.py

[…]

----------------------------------------------------------------------
Ran 39 tests in 3.734s

OK
[137158 refs]

That said there is no specific tests for date_time_string() and log_date_time_string(). That might be something to consider.

→ grep date_time  Lib/test/test_httpservers.py
[nil]
History
Date User Action Args
2013-03-08 19:38:08karlcowsetrecipients: + karlcow, barry, anthonybaxter, gaul, dalke, ajaksu2, r.david.murray, l0nwlf, BreamoreBoy
2013-03-08 19:38:08karlcowsetmessageid: <1362771488.75.0.64871995305.issue747320@psf.upfronthosting.co.za>
2013-03-08 19:38:08karlcowlinkissue747320 messages
2013-03-08 19:38:08karlcowcreate