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

This commit is contained in:
Miss Islington (bot) 2020-05-30 15:33:06 -07:00 committed by GitHub
parent 588efc29c5
commit 44400e88f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -761,6 +761,9 @@ Deprecated
`parso`_.
(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/
.. _parso: https://parso.readthedocs.io/