diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-12-16 04:45:23 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-12-16 04:45:23 (GMT) |
commit | 03a144bb6ac3d7631a3bdb895e2a1f2d021fb08b (patch) | |
tree | 3ecded55448b2078f717dc5c0edb2e4c62510073 /Misc | |
parent | 09bd9ec9b3c563915b6428459032de6cda6c1336 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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? =========================== |