From: Raymond Hettinger Date: Tue, 5 Aug 2003 12:32:41 +0000 (+0000) Subject: Removed deprecated functions X-Git-Tag: v2.4a1~1788 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beb35f4da3439bfa16148ee4ef2a68ccd30ff7ed;p=python Removed deprecated functions --- diff --git a/Misc/NEWS b/Misc/NEWS index 2edfb8dfda..34786bfaca 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 -----------