]> granicus.if.org Git - python/commitdiff
Bring whatsnew up-to-date as of May 14th.
authorRaymond Hettinger <python@rcn.com>
Thu, 14 May 2009 23:17:38 +0000 (23:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 14 May 2009 23:17:38 +0000 (23:17 +0000)
Doc/whatsnew/3.1.rst

index 36625ad6041ba0c56369cc144c6a7be4431447d9..5d121e9acc2671aa2c6f482a862a2c0458932d0f 100644 (file)
@@ -363,6 +363,9 @@ New, Improved, and Deprecated Modules
 
   (Contributed by Google, :issue:`3959`.)
 
+* The :mod:`nntplib` module now supports IPv6.
+
+  (Contributed by Derek Morr; :issue:`1664`.)
 
 Optimizations
 =============
@@ -446,6 +449,17 @@ Changes to Python's build process and to the C API include:
 
   (Contributed by Mark Dickinson; :issue:`4910`.)
 
+* Added :ctype:`PyCapsule` as a replacement for the :ctype:`PyCObject` API.
+  The principal difference is that the new type has a well defined interface
+  for passing typing safety information and a less complicated signature
+  for calling a destructor.
+
+  The old type had a problematic API and is now deprecated.  To ease
+  transitioning code, the new type was implemented as a subtype of
+  :ctype:`PyCObject` API.
+
+  (Contributed by Larry Hastings; :issue:`5630`.)
+
 Porting to Python 3.1
 =====================