diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-12-03 20:57:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-12-03 20:57:49 (GMT) |
commit | 1679ea849b1b7c87d6977cdfe5647c1bbf4489f3 (patch) | |
tree | f5c50a03c0ef7c91b41d9f89f17a24be8d4dae02 /Misc | |
parent | 71f09487fcda7d010cb5fb9d120be41f7f325bdc (diff) | |
download | cpython-1679ea849b1b7c87d6977cdfe5647c1bbf4489f3.zip cpython-1679ea849b1b7c87d6977cdfe5647c1bbf4489f3.tar.gz cpython-1679ea849b1b7c87d6977cdfe5647c1bbf4489f3.tar.bz2 |
Merged revisions 76651 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76651 | martin.v.loewis | 2009-12-03 21:53:51 +0100 (Do, 03 Dez 2009) | 3 lines
Issue #4120: Drop reference to CRT from manifest when building
extensions with msvc9compiler.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -154,6 +154,9 @@ C-API Library ------- +- Issue #4120: Drop reference to CRT from manifest when building extensions with + msvc9compiler. + - Issue #7333: The `posix` module gains an `initgroups()` function providing access to the initgroups(3) C library call on Unix systems which implement it. Patch by Jean-Paul Calderone. |