Did any of my code make it in?  Can I get a shout out from my homies
in Paste land? ;)

-jj

On 1/31/07, Ian Bicking <[EMAIL PROTECTED]> wrote:
>
> Paste 1.2
> ---------
>
> I'm happy to release Paste 1.2.  This release contains a mix of small
> features and bug fixes.  This is only a release of core Paste (not Paste
> Script or Deploy), which contains the WSGI tools.
>
> What Is Paste?
> --------------
>
> URL:     http://pythonpaste.org
> Install: easy_install -U Paste
> News: http://pythonpaste.org/news.html
>
> Paste is a set of WSGI components, each of which can be used in
> isolation.  But mixing them together leads to powerful chemical
> reactions which can be harnessed for good.
>
> These components let you do things like create applications that proxy
> to other websites, mount multiple applications under different
> prefixes, catch exceptions and interactively inspect the environment,
> and much more.
>
> Paste Deploy is a configuration system for these components.  Paste
> Script is a jack of all trades that builds new project file layouts,
> runs WSGI server stacks, and does application deployment.
>
> Interesting News
> ----------------
>
> See http://pythonpaste.org/news.html for details
>
> * Backward incompatible change in paste.fileapp.FileApp to make it
> support GET and HEAD properly.  If you subclassed FileApp or DataApp you
> may need to change your code.
>
> * Parsing of Accept and Accept-Language
>
> * paste.wsgiwrappers.WSGIRequest can optionally decode unicode values in
> form submissions.
>
> * paste.httpserver supports all request methods (e.g., MKCOL), no longer
> blocks if you read past the end of wsgi.input, and includes code to
> control the thread pool and kill threads that are wedged.

-- 
http://jjinux.blogspot.com/

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to