summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-10-28 22:00:49 (GMT)
committerGitHub <noreply@github.com>2021-10-28 22:00:49 (GMT)
commit7203ecd332eca3a44a3f1c8bdadd76a08c5568a1 (patch)
treeb574ef07157395fd335436272f29e02d0856c722 /Misc
parenteccb753ae6e1459dc697d5408e1082fff4f6d8f7 (diff)
downloadcpython-7203ecd332eca3a44a3f1c8bdadd76a08c5568a1.zip
cpython-7203ecd332eca3a44a3f1c8bdadd76a08c5568a1.tar.gz
cpython-7203ecd332eca3a44a3f1c8bdadd76a08c5568a1.tar.bz2
bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296)
(cherry picked from commit 66e6b3dcd3bbab06feeff2cbaf8aade7b6223d6c) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-10-22-19-44-13.bpo-45577.dSaNvK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-10-22-19-44-13.bpo-45577.dSaNvK.rst b/Misc/NEWS.d/next/Tests/2021-10-22-19-44-13.bpo-45577.dSaNvK.rst
new file mode 100644
index 0000000..fc9783e
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2021-10-22-19-44-13.bpo-45577.dSaNvK.rst
@@ -0,0 +1 @@
+Add subtests for all ``pickle`` protocols in ``test_zoneinfo``.