The Python Software Foundation (PSF) held elections for nominated members in July and among the new members announced a couple of weeks ago are ten leaders from within the OpenStack community.
Nick Barcet James Blair Thierry Carrez Anne Gentle Vish Ishaya Christopher MacGown Joshua McKenty Mark McLoughlin Monty Taylor Dean Troyer Congratulations to all of the newly elected members, and welcome to the PSF!
About the Python Software Foundation The mission of the PSF is to promote the Python programming language and the community that uses it.
What’s New In This Release? Fix problem with interactive mode help command. Disable logging by default but add a --log-file option to re-enable it at runtime. Add support for python 2.6. (contributed by Mark McClain for OpenStack Quantum)
What’s New? Switch to stevedore for plugin management mkvirtualenv_help should use $VIRTUALENVWRAPPER_PYTHON instead of calling virtualenv directly (issue 148). Fix issue with lazy-loader code under zsh (issue 144). Fix issue with noclobber option under zsh (issue 137). Fix based on patch from rob_b. Fix documentation for add2virtualenv to show the correct name for the file containing the new path entry. (contributed by rvoicilas) Fix problem with virtualenvwrapper_show_workon_options under zsh with chpwd functions that produce output.
What’s New? Added dispatch managers for selecting among a set of plugins at runtime instead of load time. Added __call__ method to DriverManager so it can be invoked in a more natural fashion for a single plugin.
What’s New In This Release? Moves the tablib formatters for JSON, YAML, and HTML out of the core project and into a separate package to comply with Ubuntu packaging requirements. See https://github.com/dreamhost/cliff-tablib