commit | b173f7853e4e3a4215a661d98174291e379cf6fb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue May 05 22:31:58 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue May 05 22:31:58 2009 +0000 |
tree | 02735987f20fc27277a82c14c5da5e043cc134aa | |
parent | c679fd8efcae2b5d1117fc09380d74f0000086b0 [diff] [blame] |
add a replacement API for PyCObject, PyCapsule #5630 All stdlib modules with C-APIs now use this. Patch by Larry Hastings
diff --git a/Misc/NEWS b/Misc/NEWS index c0940f4..13360f8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -226,6 +226,11 @@ support.EnvironmentVarGuard objects restored the environment variables incorrectly on __exit__. +C-API +----- + +- Issue #5630: A replacement PyCObject API, PyCapsule, has been added. + What's New in Python 3.1 alpha 2? =================================