Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
10 lines
460 B
Plaintext
10 lines
460 B
Plaintext
bpython is a fancy interface to the Python interpreter for Unix-like operating
|
|
systems. It has the following features:
|
|
- In-line syntax highlighting.
|
|
- Readline-like autocomplete with suggestions displayed as you type.
|
|
- Expected parameter list for any Python function.
|
|
- "Rewind" function to pop the last line of code from memory and re-evaluate.
|
|
- Send the code you've entered off to a pastebin.
|
|
- Save the code you've entered to a file.
|
|
- Auto-indentation.
|