summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2019-02-18 11:23:36 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-02-18 11:23:36 (GMT)
commit02c04f26dfa637db7091b7e16036a980bbf40893 (patch)
treefc6d890b7689c72d600be774b25ee9bfa959f94c /Misc
parentef110b18074300e2302a68a2a476ae35bead7916 (diff)
downloadcpython-02c04f26dfa637db7091b7e16036a980bbf40893.zip
cpython-02c04f26dfa637db7091b7e16036a980bbf40893.tar.gz
cpython-02c04f26dfa637db7091b7e16036a980bbf40893.tar.bz2
bpo-35704: Include correct NEWS entry (GH-11914)
The wrong NEWS snippet was inadvertently included in GH-11500, this switches to the correct one. https://bugs.python.org/issue35704
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-01-04-17-44-41.bpo-35633.wHfVop.rst2
-rw-r--r--Misc/NEWS.d/next/Tests/2019-01-10-09-14-58.bpo-35704.FLglYo.rst4
2 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-01-04-17-44-41.bpo-35633.wHfVop.rst b/Misc/NEWS.d/next/Tests/2019-01-04-17-44-41.bpo-35633.wHfVop.rst
deleted file mode 100644
index 8ad7bd2..0000000
--- a/Misc/NEWS.d/next/Tests/2019-01-04-17-44-41.bpo-35633.wHfVop.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add PermissionError to the Exception: list
-patch by Michael Felt, aixtools
diff --git a/Misc/NEWS.d/next/Tests/2019-01-10-09-14-58.bpo-35704.FLglYo.rst b/Misc/NEWS.d/next/Tests/2019-01-10-09-14-58.bpo-35704.FLglYo.rst
new file mode 100644
index 0000000..e36fa4a
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-01-10-09-14-58.bpo-35704.FLglYo.rst
@@ -0,0 +1,4 @@
+Skip ``test_shutil.test_unpack_archive_xztar`` to prevent a MemoryError
+on 32-bit AIX when MAXDATA setting is less than 0x20000000.
+
+Patch by Michael Felt (aixtools)