diff options
author | Segev Finer <segev208@gmail.com> | 2017-07-13 19:34:42 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-07-13 19:34:42 (GMT) |
commit | c40ad03bf2693b4af539978f1274e57b85367547 (patch) | |
tree | 6a1e6782c8afade88a54a50d9806d28a4d20875d /Misc | |
parent | 72b543308ee3087e3fa247981f5cb4be1138c515 (diff) | |
download | cpython-c40ad03bf2693b4af539978f1274e57b85367547.zip cpython-c40ad03bf2693b4af539978f1274e57b85367547.tar.gz cpython-c40ad03bf2693b4af539978f1274e57b85367547.tar.bz2 |
bpo-30731: python.manifest fix (#2328)
bpo-30731: python.manifest fix
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2017-07-13-11-22-53.bpo-30731.nmMDwI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 0000000..8a65a9e --- /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. |