From 37bcc39282eb77bbd967306a92c3c315bf1ed01f Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Thu, 22 Jun 2017 21:18:23 +0300 Subject: [PATCH 1/2] bpo-30731: python.manifest fix --- PC/python.manifest | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PC/python.manifest b/PC/python.manifest index 4e73d60df2842d0..8e1bc022adfb4fb 100644 --- a/PC/python.manifest +++ b/PC/python.manifest @@ -1,20 +1,20 @@ - + - - - + + + - + From c0136c1ce837dd148866c6aee2a9bbdfca053f5e Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Thu, 13 Jul 2017 11:22:59 +0300 Subject: [PATCH 2/2] bpo-30731: Add NEWS blurb --- .../NEWS.d/next/Windows/2017-07-13-11-22-53.bpo-30731.nmMDwI.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Windows/2017-07-13-11-22-53.bpo-30731.nmMDwI.rst diff --git a/Misc/NEWS.d/next/Windows/2017-07-13-11-22-53.bpo-30731.nmMDwI.rst b/Misc/NEWS.d/next/Windows/2017-07-13-11-22-53.bpo-30731.nmMDwI.rst new file mode 100644 index 000000000000000..8a65a9e022c0733 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2017-07-13-11-22-53.bpo-30731.nmMDwI.rst @@ -0,0 +1 @@ +Add a missing xmlns to python.manifest so that it matches the schema.