mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Removed deprecated functions
This commit is contained in:
parent
f8a52d38ad
commit
beb35f4da3
1 changed files with 4 additions and 1 deletions
|
@ -23,10 +23,13 @@ Extension modules
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- _strptime.py now has a behind-the-scense caching mechanism for the most
|
- _strptime.py now has a behind-the-scenes caching mechanism for the most
|
||||||
recent TimeRE instance used along with the last five unique directive
|
recent TimeRE instance used along with the last five unique directive
|
||||||
patterns. The overall module was also made more thread-safe.
|
patterns. The overall module was also made more thread-safe.
|
||||||
|
|
||||||
|
- random.cunifvariate() and random.stdgamma() were deprecated in Py2.3
|
||||||
|
and removed in Py2.4.
|
||||||
|
|
||||||
Tools/Demos
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue