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
This commit is contained in:
Nick Coghlan 2019-02-18 21:23:36 +10:00 committed by Miss Islington (bot)
parent ef110b1807
commit 02c04f26df
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +0,0 @@
Add PermissionError to the Exception: list
patch by Michael Felt, aixtools

View File

@ -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)