summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-08-05 12:32:41 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-08-05 12:32:41 (GMT)
commitbeb35f4da3439bfa16148ee4ef2a68ccd30ff7ed (patch)
treeccc6f030751660744e419bf133ad35718ad9a208
parentf8a52d38ad784b34a60720cb148180d6eb6de373 (diff)
downloadcpython-beb35f4da3439bfa16148ee4ef2a68ccd30ff7ed.zip
cpython-beb35f4da3439bfa16148ee4ef2a68ccd30ff7ed.tar.gz
cpython-beb35f4da3439bfa16148ee4ef2a68ccd30ff7ed.tar.bz2
Removed deprecated functions
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2edfb8d..34786bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------