Pyramid 1.3a3  has been released.  It is another alpha in the 1.3
series.

Here's what happened:

    1.3a3 (2011-12-21)
    ==================

    Features
    --------

    - Added a ``prequest`` script (along the lines of ``paster
      request``).  It is documented in the "Command-Line Pyramid"
      chapter in the section entitled "Invoking a Request".

    - Add undocumented ``__discriminator__`` API to derived view
      callables.
      e.g. ``adapters.lookup(...).__discriminator__(context,
      request)``.  It will be used by superdynamic systems that
      require the discriminator to be used for introspection after
      manual view lookup.

    Bug Fixes
    ---------

    - Normalized exit values and ``-h`` output for all ``p*`` scripts
      (``pviews``, ``proutes``, etc).

    Documentation
    -------------

    - Added a section named "Making Your Script into a Console Script"
      in the "Command-Line Pyramid" chapter.

    - Removed the "Running Pyramid on Google App Engine" tutorial from
      the main docs.  It survives on in the Cookbook
      (http://bit.ly/rrytBN).  Rationale: it provides the correct info
      for the Python 2.5 version of GAE only, and this version of
      Pyramid does not support Python 2.5.

The documentation for the release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/

A detailed "What's New in Pyramid 1.3" document is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew-1.3.html

You can install it via PyPI:

  easy_install Pyramid==1.3a3

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- C


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

Reply via email to