bpython 0.9.6 is now available for release from 
http://bpython-interpreter.org/releases/

We hope you all enjoy it to the fullest.

Changelog
=========

v0.9.6
------
A bugfix/feature release (and a start at gtk). Happy Christmas
everyone!

* #67: Make pastebin URL really configurable.
* #68: Set a__main__ module and set interpreter's namespace to that
module.
* #70: Implement backward completion on backward tab.
* #62: Hide matches starting with a _ unless explicitly typed.
* #72: Auto dedentation
* #78: Theme without a certain value raises exception

- add the possibility for a banner to be shown on bpython startup
(when
  embedded or in code) written by Caio Ramao.
- add a hack to add a write() method to our fake stdin object
- Don't use curses interface when stdout is not attached to a
terminal.
- PEP-8 conformance.
- Only restore indentation when inside a block.
- Do not decrease the lineno in tracebacks for Py3
- Do not add internal code to history.
- Make paren highlighting more accurate.
- Catch SyntaxError in import completion.
- Remove globals for configuration.
- rl_history now stays the same, also after undo.

--

You received this message because you are subscribed to the Google Groups 
"bpython" group.
To post to this group, send email to bpyt...@googlegroups.com.
To unsubscribe from this group, send email to 
bpython+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/bpython?hl=en.


Reply via email to