summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorhfinucane <h.finucane+gh@gmail.com>2022-05-27 16:04:29 (GMT)
committerGitHub <noreply@github.com>2022-05-27 16:04:29 (GMT)
commit47e68d451586541259ffb6ae29e948d4ea67c059 (patch)
treecc008a3ed0d440920ccc1ee2d884e01c54861ab4 /Misc
parentbbcf42449e13c0b62f145cd49d12674ef3d5bf64 (diff)
downloadcpython-47e68d451586541259ffb6ae29e948d4ea67c059.zip
cpython-47e68d451586541259ffb6ae29e948d4ea67c059.tar.gz
cpython-47e68d451586541259ffb6ae29e948d4ea67c059.tar.bz2
bpo-46951: Order contents of zipapps (GH-31713)
So that builds are more reproducible.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-03-08-04-46-44.bpo-46951.SWAz97.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-08-04-46-44.bpo-46951.SWAz97.rst b/Misc/NEWS.d/next/Library/2022-03-08-04-46-44.bpo-46951.SWAz97.rst
new file mode 100644
index 0000000..cd7601a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-08-04-46-44.bpo-46951.SWAz97.rst
@@ -0,0 +1 @@
+Order the contents of zipapp archives, to make builds more reproducible.