[Python-checkins] cpython: 3.3 whatsnew: fix markup, add stub for new crypt features

eric.araujo python-checkins at python.org
Tue Aug 30 16:22:11 CEST 2011


http://hg.python.org/cpython/rev/210159153845
changeset:   72123:210159153845
parent:      72117:3ed2d087e70d
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Aug 29 21:42:47 2011 +0200
summary:
  3.3 whatsnew: fix markup, add stub for new crypt features

files:
  Doc/whatsnew/3.3.rst |  9 ++++++++-
  1 files changed, 8 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -91,6 +91,13 @@
 
 (:issue:`12100`)
 
+crypt
+-----
+
+Addition of salf and modular crypt format to the :mod:`crypt` module.
+
+(:issue:`10924`)
+
 curses
 ------
 
@@ -184,7 +191,7 @@
 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`)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list