From 84b8ed8a945aa010be33ec2ce033fe9172844d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Mon, 29 Aug 2011 21:42:47 +0200 Subject: 3.3 whatsnew: fix markup, add stub for new crypt features --- Doc/whatsnew/3.3.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index de3f2ed..6fdc5aa 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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`) -- cgit v0.12