##// END OF EJS Templates
Protect Qt console against SyntaxError from input transformers.
Protect Qt console against SyntaxError from input transformers.

File last commit:

r13438:26cd9c6d
r13529:1cc97b01
Show More
no-xdg.rst
5 lines | 349 B | text/x-rst | RstLexer
  • Previous versions of IPython on Linux would use the XDG config directory, creating :file:`~/.config/ipython` by default. We have decided to go back to :file:`~/.ipython` for consistency among systems. IPython will issue a warning if it finds the XDG location, and will move it to the new location if there isn't already a directory there.