File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 <p >
1212 bpython is a fancy interface to the Python interpreter. It has the
1313 following features:
14- <ul >
15- <li >In-line syntax highlighting.</li >
16- <li >Readline-like autocomplete with suggestion displayed as you type.</li >
17- <li >Expected parameter list for any Python function.</li >
18- <li >"Rewind" function to pop the last line of code from memory and re-evaluate.</li >
19- <li >Send the code you've entered off to a pastebin.</li >
20- <li >Save the code you've entered to a file.</li >
21- <li >Auto-indentation.</li >
22- </ul >
2314 </p >
15+ <ul >
16+ <li >In-line syntax highlighting.</li >
17+ <li >Readline-like autocomplete with suggestion displayed as you type.</li >
18+ <li >Expected parameter list for any Python function.</li >
19+ <li >"Rewind" function to pop the last line of code from memory and re-evaluate.</li >
20+ <li >Send the code you've entered off to a pastebin.</li >
21+ <li >Save the code you've entered to a file.</li >
22+ <li >Auto-indentation.</li >
23+ </ul >
2424 </description >
2525 <url type =" homepage" >http://www.bpython-interpreter.org/</url >
2626 <url type =" bugtracker" >https://github.com/bpython/bpython/issues</url >
You can’t perform that action at this time.
0 commit comments