commit | 106fc48336ee49d23394c6de4e134f211784e674 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Tue Apr 15 10:25:31 2008 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Tue Apr 15 10:25:31 2008 +0000 |
tree | 93dbae794f0b75568c2bf1fc1ca96442dbced176 | |
parent | fddc4698766733fe1f855a21bd7b3e79c27b21e3 [diff] [blame] |
Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore)
diff --git a/Misc/NEWS b/Misc/NEWS index b4077e5..6cc3678 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,9 @@ 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.