Show More
@@ -52,7 +52,7 b' and WXWidgets (via their Python interfaces).' | |||||
52 | .sp 1 |
|
52 | .sp 1 | |
53 | Note that with \-wthread, you can additionally use the \-wxversion option to |
|
53 | Note that with \-wthread, you can additionally use the \-wxversion option to | |
54 | request a specific version of wx to be used. This requires that you have the |
|
54 | request a specific version of wx to be used. This requires that you have the | |
55 |
|
|
55 | wxversion Python module installed, which is part of recent wxPython | |
56 | distributions. |
|
56 | distributions. | |
57 | .br |
|
57 | .br | |
58 | .sp 1 |
|
58 | .sp 1 | |
@@ -109,7 +109,7 b' Show summary of options.' | |||||
109 | .B \-autocall <val> |
|
109 | .B \-autocall <val> | |
110 | Make IPython automatically call any callable object even if you didn't type |
|
110 | Make IPython automatically call any callable object even if you didn't type | |
111 | explicit parentheses. For example, 'str 43' becomes |
|
111 | explicit parentheses. For example, 'str 43' becomes | |
112 |
|
|
112 | str(43) automatically. The value can be '0' to disable the | |
113 | feature, '1' for 'smart' autocall, where it is not applied if |
|
113 | feature, '1' for 'smart' autocall, where it is not applied if | |
114 | there are no more arguments on the line, and '2' for 'full' |
|
114 | there are no more arguments on the line, and '2' for 'full' | |
115 | autocall, where all callable objects are automatically called |
|
115 | autocall, where all callable objects are automatically called | |
@@ -216,7 +216,7 b' logfile). With \\-logplay, IPython will try to reconstruct the previous' | |||||
216 | working environment in full, not just execute the commands in the |
|
216 | working environment in full, not just execute the commands in the | |
217 | logfile. |
|
217 | logfile. | |
218 | .br |
|
218 | .br | |
219 |
.s |
|
219 | .sp 1 | |
220 | When a session is restored, logging is automatically turned on again |
|
220 | When a session is restored, logging is automatically turned on again | |
221 | with the name of the logfile it was invoked with (it is read from the |
|
221 | with the name of the logfile it was invoked with (it is read from the | |
222 | log header). So once you've turned logging on for a session, you can |
|
222 | log header). So once you've turned logging on for a session, you can | |
@@ -227,7 +227,7 b' continue to log its history and restore from the beginning every time.' | |||||
227 | Caveats: there are limitations in this option. The history variables |
|
227 | Caveats: there are limitations in this option. The history variables | |
228 | _i*,_* and _dh don't get restored properly. In the future we will try |
|
228 | _i*,_* and _dh don't get restored properly. In the future we will try | |
229 | to implement full session saving by writing and retrieving a |
|
229 | to implement full session saving by writing and retrieving a | |
230 |
|
|
230 | snapshot of the memory state of IPython. But our first attempts | |
231 | failed because of inherent limitations of Python's Pickle module, so |
|
231 | failed because of inherent limitations of Python's Pickle module, so | |
232 | this may have to wait. |
|
232 | this may have to wait. | |
233 | .TP |
|
233 | .TP |
General Comments 0
You need to be logged in to leave comments.
Login now