PEP 333 (WSGI Specification)

The Web Server Gateway Interface (WSGI) was formally specified, providing a standard interface between web servers and Python web applications/frameworks.

Significance

WSGI laid the foundational abstraction layer that made it possible for servers like Gunicorn to exist and serve *any* Python web application conforming to the standard, fostering ecosystem interoperability.

Key facts

Date
2004-12-07
Type
standard_release
Location
Online (Python.org)