diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/0286.bpo-29960.g0wr3r.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/0286.bpo-29960.g0wr3r.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/0286.bpo-29960.g0wr3r.rst b/Misc/NEWS.d/next/Library/0286.bpo-29960.g0wr3r.rst new file mode 100644 index 0000000..0b37a4b --- /dev/null +++ b/Misc/NEWS.d/next/Library/0286.bpo-29960.g0wr3r.rst @@ -0,0 +1,2 @@ +Preserve generator state when _random.Random.setstate() raises an exception. +Patch by Bryan Olson. |