diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-29 19:42:47 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-29 19:42:47 (GMT) |
commit | 84b8ed8a945aa010be33ec2ce033fe9172844d9d (patch) | |
tree | 3894341cc0a72759bbbbeb8c500fe5508a391534 /Doc/whatsnew | |
parent | 466517df0e272f1b5d46d4e5eed112cefec3d7e3 (diff) | |
download | cpython-84b8ed8a945aa010be33ec2ce033fe9172844d9d.zip cpython-84b8ed8a945aa010be33ec2ce033fe9172844d9d.tar.gz cpython-84b8ed8a945aa010be33ec2ce033fe9172844d9d.tar.bz2 |
3.3 whatsnew: fix markup, add stub for new crypt features
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | 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 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`) |