diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-12-20 16:51:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-20 16:51:26 (GMT) |
commit | 44892d45b038f919b0378590a776580a9d73b291 (patch) | |
tree | 51599344059fa90691d68a8169b8029b783a687c /Misc | |
parent | cb60b6131bc2bb11c48a15f808914d8b242b9fc5 (diff) | |
download | cpython-44892d45b038f919b0378590a776580a9d73b291.zip cpython-44892d45b038f919b0378590a776580a9d73b291.tar.gz cpython-44892d45b038f919b0378590a776580a9d73b291.tar.bz2 |
gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-20-11-59-54.gh-issue-99576.ZD7jU6.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-20-11-59-54.gh-issue-99576.ZD7jU6.rst b/Misc/NEWS.d/next/Library/2022-11-20-11-59-54.gh-issue-99576.ZD7jU6.rst new file mode 100644 index 0000000..9cbeb64 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-20-11-59-54.gh-issue-99576.ZD7jU6.rst @@ -0,0 +1,2 @@ +Fix ``.save()`` method for ``LWPCookieJar`` and ``MozillaCookieJar``: saved +file was not truncated on repeated save. |