Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74b45ff

Browse files
committed
API: make promise of removal date
We should have pulled this out in mpl3.5
1 parent c7e5bb7 commit 74b45ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ def wrapper(*args, **kwargs):
16401640
if arg in accepted_kwargs:
16411641
continue
16421642
_api.warn_deprecated(
1643-
'3.3', name=name,
1643+
'3.3', name=name, removal='3.6',
16441644
message='%(name)s() got unexpected keyword argument "'
16451645
+ arg + '" which is no longer supported as of '
16461646
'%(since)s and will become an error '

0 commit comments

Comments
 (0)