diff options
author | Christian Heimes <christian@cheimes.de> | 2012-06-27 13:36:46 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-06-27 13:36:46 (GMT) |
commit | afa2973d7af4231b753144048328dc4d024a3b5d (patch) | |
tree | 8f9302431979a7e8bd59f13038ea00d2a5168921 /Misc | |
parent | 39b1e5dff3e28aa01f6c43a3a73ea17bfbe14d48 (diff) | |
download | cpython-afa2973d7af4231b753144048328dc4d024a3b5d.zip cpython-afa2973d7af4231b753144048328dc4d024a3b5d.tar.gz cpython-afa2973d7af4231b753144048328dc4d024a3b5d.tar.bz2 |
Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ What's New in Python 3.3.0 Beta 2? *Release date: xx-xxx-2012* +Core and Builtins +----------------- + + +Library +------- + +- Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic + purpose. + Extension Modules ----------------- |