On Sat, Dec 31, 2016 at 03:02:02PM +0100, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-bpython, python2-bpython): New > variables.
> + (synopsis "Fancy interface to the Python interpreter") > + (description "bpython's main features are > +@enumerate > +@item in-line syntax highlighting, > +@item readline-like autocomplete with suggestions displayed as you type, > +@item expected parameter list for any Python function, > +@item \"rewind\" function to pop the last line of code from memory and > + re-evaluate, > +@item send the code you've entered off to a pastebin, > +@item save the code you've entered to a file, and > +@item auto-indentation. > +@end enumerate") I'd start the description with "Bpython is a fancy interface to the Python interpreter." Otherwise LGTM.
