summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r--Doc/whatsnew/3.7.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 1f5aa79..5c5ca14 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -169,6 +169,11 @@ Deprecated
both deprecated in Python 3.4 now emit :exc:`DeprecationWarning`. (Contributed
by Matthias Bussonnier in :issue:`29576`)
+- Using *x* as a keyword argument in :func:`int`, :func:`bool` and
+ :func:`float` and using *sequence* as a keyword argument in :func:`list`
+ and :func:`tuple` are deprecated. Specify the value as a positional argument
+ instead. (Contributed by Serhiy Storchaka in :issue:`29695`.)
+
Removed
=======