Is there a way of using raw_input without leaving a sign in the readline history, so that it don't show when tab-completing?
|
|
You could make a function something like
and call that function instead of raw_input. You may not need the minus 1 dependent on where you call it from. |
||||
|
