commit | 68f6a5da199826fef1098f869d8d2260aaccff8e | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Wed Jun 08 23:51:04 2022 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 08 23:51:04 2022 +0200 |
tree | 0563267bdbeafe0f9f3d4dfd9ddbb148dad15629 | |
parent | 22df2e0322300d25c1255ceb73cacc0ebd96b20e [diff] |
gh-79096: Fix/improve http cookiejar tests (GH-93614) Fixup of GH-93463: - remove stray print - use proper way to check file mode - add working chmod decorator Co-authored-by: Ćukasz Langa <lukasz@langa.pl>