[Web-SIG] WSGI for Python 3

Armin Ronacher armin.ronacher at active-4.com
Sat Jul 17 12:57:22 CEST 2010


Hi,

On 7/17/10 9:15 AM, Ian Bicking wrote:
> This is an Apache-specific issue.  It definitely doesn't apply to
> paste.httpserver, I doubt CherryPy or wsgiref.  I don't really know how
> Nginx or other servers work.
This will be an issue for every server that...

  * supports unicode filesystems
  * decides to do internal mapping based on URIs and not IRIs

In fact, this will be an issue for things like middlewares that want to 
map applications to paths.  In fact, this already is an issue on Python 
2 already, just that nobody cares.


Regards,
Armin


More information about the Web-SIG mailing list