repoze.bfg 1.2.1 has been released. Get it via:
easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or similarly via PyPI. This is a bugfix-only release. The docs at http://docs.repoze.org/bfg/1.2/ have been updated. The changelog follows: 1.2.1 (2010-04-07) ================== Bug Fixes --------- - Defer conditional import of IPython to avoid breakage under mod_wsgi. See `http://bugs.repoze.org/issue138 <http://bugs.repoze.org/issue138>`_. - The ``__name__`` value assigned to the returned object in the ``bfg_alchemy`` application template's ``MyApp`` model was an integer. This was incorrect. It is now a string. Documentation ------------- - Many minor spelling/wording fixed in narrative and API documentation (thanks to Carlos de la Guardia). Internal -------- - Replace the statement ``path = path.rstrip('/').lstrip('/')`` with the simpler ``path = path.strip('/')`` in the ``repoze.bfg.traversal.traversal_path`` function. _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev