mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
3.3 whatsnew: fix markup, add stub for new crypt features
This commit is contained in:
parent
466517df0e
commit
84b8ed8a94
1 changed files with 8 additions and 1 deletions
|
@ -91,6 +91,13 @@ versions.
|
||||||
|
|
||||||
(:issue:`12100`)
|
(:issue:`12100`)
|
||||||
|
|
||||||
|
crypt
|
||||||
|
-----
|
||||||
|
|
||||||
|
Addition of salf and modular crypt format to the :mod:`crypt` module.
|
||||||
|
|
||||||
|
(:issue:`10924`)
|
||||||
|
|
||||||
curses
|
curses
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -184,7 +191,7 @@ in Python 3.2.
|
||||||
sys
|
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.
|
sequence` holding informations about the thread implementation.
|
||||||
|
|
||||||
(:issue:`11223`)
|
(:issue:`11223`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue