diff options
author | Raymond Hettinger <python@rcn.com> | 2016-08-31 22:01:28 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-08-31 22:01:28 (GMT) |
commit | 112835cb3e8423046a21e427d050f3e3fefe622b (patch) | |
tree | 5d4540b67d5b07a68fb0c6bfd8cd16658dc5d061 /Misc | |
parent | 898ac56fc2667af051b739cdbc2f8aba97ebf09c (diff) | |
parent | c7bab7cbf5d6a8b442f2ed3e23543cb4ee826c87 (diff) | |
download | cpython-112835cb3e8423046a21e427d050f3e3fefe622b.zip cpython-112835cb3e8423046a21e427d050f3e3fefe622b.tar.gz cpython-112835cb3e8423046a21e427d050f3e3fefe622b.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -72,6 +72,11 @@ Library - Issue #19884: Avoid spurious output on OS X with Gnu Readline. +- Issue #27706: Restore deterministic behavior of random.Random().seed() + for string seeds using seeding version 1. Allows sequences of calls + to random() to exactly match those obtained in Python 2. + Patch by Nofar Schnider. + - Issue #10513: Fix a regression in Connection.commit(). Statements should not be reset after a commit. |