Skip to content

Commit ee8e526

Browse files
Fix the issue number: bpo-17164 is gh-61366
1 parent 98873a3 commit ee8e526

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_http_cookiejar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ def test_session_cookies(self):
20502050

20512051
def test_load_session_cookies(self):
20522052
# curl and Wget write 0 in the expires field for session cookies,
2053-
# while we write an empty field. Both should be read (gh-61364).
2053+
# while we write an empty field. Both should be read (gh-61366).
20542054
filename = os_helper.TESTFN
20552055
self.addCleanup(os_helper.unlink, filename)
20562056
expires = int(time.time() + 3600)

Misc/NEWS.d/next/Library/2019-02-08-17-33-49.gh-issue-61364.k6W5Sp.rst renamed to Misc/NEWS.d/next/Library/2019-02-08-17-33-49.gh-issue-61366.k6W5Sp.rst

File renamed without changes.

0 commit comments

Comments
 (0)