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

Skip to content

Commit fdbc964

Browse files
authored
Move TerminalInteractiveshell.inputhook to Deprecated, from Pending. (#15053)
It's been 9 Month and we had no complaints on PendingDeprecation.
2 parents 3a374ff + 92a7ab2 commit fdbc964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/terminal/interactiveshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ def inputhook(self, context):
10401040
warn(
10411041
"inputkook seem unused, and marked for deprecation/Removal as of IPython 9.0. "
10421042
"Please open an issue if you are using it.",
1043-
category=PendingDeprecationWarning,
1043+
category=DeprecationWarning,
10441044
stacklevel=2,
10451045
)
10461046
if self._inputhook is not None:

0 commit comments

Comments
 (0)