]> granicus.if.org Git - python/commit
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Jun 2019 15:22:31 +0000 (18:22 +0300)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2019 15:22:31 +0000 (18:22 +0300)
commit142566c028720934325f0b7fe28680afd046e00f
tree021875972731bf9271bf07cc05d17f15866ded7a
parent6c01ebcc0dfc6be22950fabb46bdc10dcb6202c9
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)

Turn deprecation warnings added in 3.8 into TypeError.
30 files changed:
Doc/library/bdb.rst
Doc/library/concurrent.futures.rst
Doc/library/contextlib.rst
Doc/library/curses.rst
Doc/library/profile.rst
Doc/library/trace.rst
Doc/library/unittest.rst
Doc/library/weakref.rst
Lib/bdb.py
Lib/cProfile.py
Lib/collections/__init__.py
Lib/concurrent/futures/_base.py
Lib/concurrent/futures/process.py
Lib/concurrent/futures/thread.py
Lib/contextlib.py
Lib/curses/__init__.py
Lib/functools.py
Lib/multiprocessing/managers.py
Lib/profile.py
Lib/test/test_concurrent_futures.py
Lib/test/test_contextlib.py
Lib/test/test_contextlib_async.py
Lib/test/test_functools.py
Lib/test/test_trace.py
Lib/test/test_userdict.py
Lib/test/test_weakref.py
Lib/trace.py
Lib/unittest/case.py
Lib/unittest/test/test_runner.py
Lib/weakref.py