Commit beb35f4d authored by Raymond Hettinger's avatar Raymond Hettinger

Removed deprecated functions

parent f8a52d38
...@@ -23,10 +23,13 @@ Extension modules ...@@ -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
----------- -----------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment