Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1761d139
Commit
1761d139
authored
Aug 10, 2013
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok.
parent
aaae660d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Lib/test/test_http_cookiejar.py
Lib/test/test_http_cookiejar.py
+2
-0
No files found.
Lib/test/test_http_cookiejar.py
View file @
1761d139
...
...
@@ -56,6 +56,8 @@ class DateTimeTests(unittest.TestCase):
'03-Feb-1994 00:00:00 GMT'
,
# broken rfc850 (no weekday)
'03-Feb-1994 00:00 GMT'
,
# broken rfc850 (no weekday, no seconds)
'03-Feb-1994 00:00'
,
# broken rfc850 (no weekday, no seconds, no tz)
'02-Feb-1994 24:00'
,
# broken rfc850 (no weekday, no seconds,
# no tz) using hour 24 with yesterday date
'03-Feb-94'
,
# old rfc850 HTTP format (no weekday, no time)
'03-Feb-1994'
,
# broken rfc850 HTTP format (no weekday, no time)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment