From 23c965e7864bd9f37cf2c6076895c9bec395f00c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 25 Jul 2017 10:33:17 -0400 Subject: Delete rand.py (#675) --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b2f4db..213c397 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Backward-incompatible changes: - Dropped support for Python 3.3. `#677 `_ +- Removed the deprecated ``OpenSSL.rand`` module. + This is being done ahead of our normal deprecation schedule due to its lack of use and the fact that it was becoming a maintenance burden. + ``os.urandom()`` should be used instead. + `#675 `_ Deprecations: -- cgit v1.2.1