diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2008-04-15 10:25:31 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2008-04-15 10:25:31 (GMT) |
commit | 106fc48336ee49d23394c6de4e134f211784e674 (patch) | |
tree | 93dbae794f0b75568c2bf1fc1ca96442dbced176 /Misc/NEWS | |
parent | fddc4698766733fe1f855a21bd7b3e79c27b21e3 (diff) | |
download | cpython-106fc48336ee49d23394c6de4e134f211784e674.zip cpython-106fc48336ee49d23394c6de4e134f211784e674.tar.gz cpython-106fc48336ee49d23394c6de4e134f211784e674.tar.bz2 |
Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Extensions Modules Library ------- +- Issue #2439: Added new function pkgutil.get_data(), which is a + convenience wrapper for the PEP 302 get_data() API. + - Issue #2616: The ctypes.pointer() and ctypes.POINTER() functions are now implemented in C for better performance. |