diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-05 12:32:41 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-05 12:32:41 (GMT) |
commit | beb35f4da3439bfa16148ee4ef2a68ccd30ff7ed (patch) | |
tree | ccc6f030751660744e419bf133ad35718ad9a208 | |
parent | f8a52d38ad784b34a60720cb148180d6eb6de373 (diff) | |
download | cpython-beb35f4da3439bfa16148ee4ef2a68ccd30ff7ed.zip cpython-beb35f4da3439bfa16148ee4ef2a68ccd30ff7ed.tar.gz cpython-beb35f4da3439bfa16148ee4ef2a68ccd30ff7ed.tar.bz2 |
Removed deprecated functions
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,10 +23,13 @@ Extension modules 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 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 ----------- |