mirror of https://github.com/python/cpython.git
3.3 whatsnew: fix markup, add stub for new crypt features
This commit is contained in:
parent
466517df0e
commit
84b8ed8a94
|
@ -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`)
|
||||
|
|
Loading…
Reference in New Issue