summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2014-12-16 04:45:23 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2014-12-16 04:45:23 (GMT)
commit03a144bb6ac3d7631a3bdb895e2a1f2d021fb08b (patch)
tree3ecded55448b2078f717dc5c0edb2e4c62510073 /Misc
parent09bd9ec9b3c563915b6428459032de6cda6c1336 (diff)
downloadcpython-03a144bb6ac3d7631a3bdb895e2a1f2d021fb08b.zip
cpython-03a144bb6ac3d7631a3bdb895e2a1f2d021fb08b.tar.gz
cpython-03a144bb6ac3d7631a3bdb895e2a1f2d021fb08b.tar.bz2
#22980 Adds platform and version tags to .pyd files
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 295995e..903331e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1584,6 +1584,9 @@ Windows
- Issue #10747: Use versioned labels in the Windows start menu.
Patch by Olive Kilburn.
+- Issue #22980: .pyd files with a version and platform tag (for example,
+ ".cp35-win32.pyd") will now be loaded in preference to those without tags.
+
What's New in Python 3.4.0?
===========================