Hey hey hey, I am proud to announce release 0.10 of bpython. This is a bugfix release. I've updated PyPI, the website and the IRC channel. The docs website will follow suit shortly. You can fetch the new release from our http://bpython-interpreter.org/releases/ website.
We also took the opportunity to rework the branches and tags in both our bpython and bpython-docs repositories to make parallel development of the next version and bugfix releases easier to handle. The big change being the added i18n support by Michele, a big thanks to him! The changelog: v0.10 ----- As a highlight of the release, Michele OrrĂ¹ added i18n support to bpython. Some issues have been resolved as well: * Config files are now located according to the XDG Base Directory Specification. The support for the old bpythonrc files has been dropped and ~/.bpython.ini as config file location is no longer supported. See issue #91. * Fixed some issues with tuple unpacking in argspec. See issues #133 and #138. * Fixed a crash with non-ascii filenames in import completion. See issue #139. * Fixed a crash caused by inspect.findsource() raising an IndexError which happens in some situations. See issue #94. * Non-ascii input should work now under Python 3. * Issue #165: C-a and C-e do the right thing now in urwid. * The short command-line option "-c config" was dropped as it conflicts with vanilla Python's "-c command" option. See issue #186. Regards, Simon de Vlieger -- You received this message because you are subscribed to the Google Groups "bpython" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/bpython?hl=en.
