summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2008-04-15 10:25:31 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2008-04-15 10:25:31 (GMT)
commit106fc48336ee49d23394c6de4e134f211784e674 (patch)
tree93dbae794f0b75568c2bf1fc1ca96442dbced176 /Misc/NEWS
parentfddc4698766733fe1f855a21bd7b3e79c27b21e3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b4077e5..6cc3678 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.