]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.3 whatsnew: fix markup, add stub for new crypt features
authorÉric Araujo <merwok@netwok.org>
Mon, 29 Aug 2011 19:42:47 +0000 (21:42 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 29 Aug 2011 19:42:47 +0000 (21:42 +0200)
Doc/whatsnew/3.3.rst

index de3f2ed2a0c85a0ade975f05fe1f42ed7f9bf326..6fdc5aa9c159c2a98e71f02c402e91c011729cfa 100644 (file)
@@ -91,6 +91,13 @@ versions.
 
 (:issue:`12100`)
 
+crypt
+-----
+
+Addition of salf and modular crypt format to the :mod:`crypt` module.
+
+(:issue:`10924`)
+
 curses
 ------
 
@@ -184,7 +191,7 @@ in Python 3.2.
 sys
 ---
 
-* The :mod:`sys` module has a new :func:`~sys.thread_info` :term:`struct
+* The :mod:`sys` module has a new :data:`~sys.thread_info` :term:`struct
   sequence` holding informations about the thread implementation.
 
   (:issue:`11223`)