New submission from Vajrasky Kok: In test_http2time_formats test function, they test many type of date & time format, such as:
... 'Thu, 03 Feb 1994 00:00:00 GMT', # proposed new HTTP format 'Thursday, 03-Feb-94 00:00:00 GMT', # old rfc850 HTTP format 'Thursday, 03-Feb-1994 00:00:00 GMT', # broken rfc850 HTTP format '03 Feb 1994 00:00:00 GMT', # HTTP format (no weekday) ... I think it would be a good idea to add hour-24 to this list. See the patch file. ---------- components: Tests files: add_hour_24_in_test_http2time_format.txt messages: 193236 nosy: vajrasky priority: normal severity: normal status: open title: Add hour-24 type of time to test_http2time_formats in test_http_cookiejar.py versions: Python 3.4 Added file: http://bugs.python.org/file30953/add_hour_24_in_test_http2time_format.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18483> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com