diff options
author | Raymond Hettinger <python@rcn.com> | 2010-09-06 23:36:31 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-09-06 23:36:31 (GMT) |
commit | 435cb0f23304d57b0cafb2a4449a41150f7fffa9 (patch) | |
tree | f854681ef9bf74e294a66a60f67035c0de27ae4a /Misc/NEWS | |
parent | 616453c19977c72fb6cbec19d133c1088f5d20fe (diff) | |
download | cpython-435cb0f23304d57b0cafb2a4449a41150f7fffa9.zip cpython-435cb0f23304d57b0cafb2a4449a41150f7fffa9.tar.gz cpython-435cb0f23304d57b0cafb2a4449a41150f7fffa9.tar.bz2 |
Document which part of the random module module are guaranteed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ Core and Builtins Library ------- +- Updates to the random module: + + * Document which parts of the module are guaranteed to stay the same + across versions and which parts are subject to change. + - collections.OrderedDict now supports a new method for repositioning keys to either end. |