We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc04780 commit f6fc928Copy full SHA for f6fc928
IPython/core/shellapp.py
@@ -257,7 +257,7 @@ def init_path(self):
257
Try to insert after the standard library, instead of first.
258
.. versionchanged:: 8.0
259
Allow optionally not including the current directory in sys.path
260
- .. versionchanged:: X.X
+ .. versionchanged:: 9.7
261
Respect sys.flags.safe_path (PYTHONSAFEPATH and -P flag)
262
"""
263
if "" in sys.path or self.ignore_cwd or sys.flags.safe_path:
0 commit comments