##// END OF EJS Templates
Fix pdb issues in Python 3.13.1 (#14598)...
Fix pdb issues in Python 3.13.1 (#14598) For some reason it is not always set, it was/is a bug in IPython to not check.

File last commit:

r28817:79fd033e
r28973:be84e4b5 merge
Show More
release
10 lines | 93 B | text/plain | TextLexer
#!/usr/bin/env python3
"""IPython release script.
Deprecated
"""
sys.exit("deprecated")