Skip to content

Commit 46db5d7

Browse files
committed
kill this for now, we can redintroduce it later if/when we enable fancycompleter+pdb
1 parent b6385e9 commit 46db5d7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Lib/_pyrepl/fancycompleter.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ def __init__(self, namespace=None, Config=DefaultConfig):
5757
self.config = Config()
5858
self.config.setup()
5959

60-
# XXX: double check what happens in this case once fancycompleter works
61-
if False and hasattr(readline, '_setup'):
62-
# This is needed to offer PyREPL a better chance to patch
63-
# raw_input. Usually, it does at import time, but if we are under
64-
# pytest with output captured, at import time we don't have a
65-
# terminal and thus the raw_input hook is not installed.
66-
readline._setup()
67-
6860
if self.config.use_colors:
6961
readline.parse_and_bind('set dont-escape-ctrl-chars on')
7062
if self.config.consider_getitems:

0 commit comments

Comments
 (0)