bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)

This commit is contained in:
Batuhan Taskaya 2020-05-31 01:15:06 +03:00 committed by GitHub
parent 7b78e7f9fd
commit 007bb06a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -761,6 +761,9 @@ Deprecated
`parso`_. `parso`_.
(Contributed by Carl Meyer in :issue:`40360`.) (Contributed by Carl Meyer in :issue:`40360`.)
* The *random* parameter of :func:`random.shuffle` has been deprecated.
(Contributed by Raymond Hettinger in :issue:`40465`)
.. _LibCST: https://libcst.readthedocs.io/ .. _LibCST: https://libcst.readthedocs.io/
.. _parso: https://parso.readthedocs.io/ .. _parso: https://parso.readthedocs.io/