File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ like this:
143
143
else :
144
144
sys.exit(embed(globals (), locals ()))
145
145
146
+ Note config file support currently only works when invoking `ptpython ` directly.
147
+ That it, the config file will be ignored when embedding ptpython in an application.
146
148
147
149
Multiline editing
148
150
*****************
@@ -193,6 +195,9 @@ is looked for.
193
195
Have a look at this example to see what is possible:
194
196
`config.py <https://github.com/jonathanslenders/ptpython/blob/master/examples/ptpython_config/config.py >`_
195
197
198
+ Note config file support currently only works when invoking `ptpython ` directly.
199
+ That it, the config file will be ignored when embedding ptpython in an application.
200
+
196
201
197
202
IPython support
198
203
***************
You can’t perform that action at this time.
0 commit comments