Issue #24620: Random.setstate() now validates the value of state last element.

This commit is contained in:
Serhiy Storchaka 2015-07-24 09:05:59 +03:00
commit c19bb3279c
3 changed files with 11 additions and 0 deletions

View file

@ -28,6 +28,8 @@ Core and Builtins
Library
-------
- Issue #24620: Random.setstate() now validates the value of state last element.
- Issue #22485: Fixed an issue that caused `inspect.getsource` to return incorrect
results on nested functions.