summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHasan <aliyevH@hotmail.com>2021-07-17 10:11:04 (GMT)
committerGitHub <noreply@github.com>2021-07-17 10:11:04 (GMT)
commit689b05c6281ee6bafb9a0c0bf291260efa130f64 (patch)
tree38215f92425819ca8f5cc5af253bb09d8ca543ea /Misc
parentd0b2b00c7d5ac3dc18d77bf4fcf607ee98c11650 (diff)
downloadcpython-689b05c6281ee6bafb9a0c0bf291260efa130f64.zip
cpython-689b05c6281ee6bafb9a0c0bf291260efa130f64.tar.gz
cpython-689b05c6281ee6bafb9a0c0bf291260efa130f64.tar.bz2
bpo-42095: plistlib: Add tests that compare with plutil(1) (#27173)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-07-17-11-41-20.bpo-42095.kCB7oj.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-07-17-11-41-20.bpo-42095.kCB7oj.rst b/Misc/NEWS.d/next/Tests/2021-07-17-11-41-20.bpo-42095.kCB7oj.rst
new file mode 100644
index 0000000..bf7bc5b
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2021-07-17-11-41-20.bpo-42095.kCB7oj.rst
@@ -0,0 +1,2 @@
+Added interop tests for Apple plists: generate plist files with Python
+plistlib and parse with Apple plutil; and the other way round.