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 vstinner
Recipients vstinner
Date 2017-07-28.13:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501247687.43.0.10310040726.issue31066@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Non-Debug%203.x/builds/985/steps/test/logs/stdio

======================================================================
FAIL: test_last_modified (test.test_httpservers.SimpleHTTPServerTestCase)
Checks that the datetime returned in Last-Modified response header
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.ware-win81-release\build\lib\test\test_httpservers.py", line 512, in test_last_modified
    self.assertEqual(last_modif_header, self.last_modif_header)
AssertionError: 'Fri, 28 Jul 2017 01:20:09 GMT' != 'Fri, 28 Jul 2017 01:20:06 GMT'
- Fri, 28 Jul 2017 01:20:09 GMT
?                         ^
+ Fri, 28 Jul 2017 01:20:06 GMT
?                         ^
History
Date User Action Args
2017-07-28 13:14:47vstinnersetrecipients: + vstinner
2017-07-28 13:14:47vstinnersetmessageid: <1501247687.43.0.10310040726.issue31066@psf.upfronthosting.co.za>
2017-07-28 13:14:47vstinnerlinkissue31066 messages
2017-07-28 13:14:47vstinnercreate