3.3 whatsnew: fix markup, add stub for new crypt features

This commit is contained in:
Éric Araujo 2011-08-29 21:42:47 +02:00
parent 466517df0e
commit 84b8ed8a94
1 changed files with 8 additions and 1 deletions

View 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`)