fixed PEP reference

This commit is contained in:
Eli Bendersky 2012-02-11 05:08:02 +02:00
parent 8acc68809b
commit 00bccec238
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ Other possible future use cases include:
* HTML 5 parsing support (e.g. ``html5lib``)
* Improved URL/URI/IRI parsing
* A standard image API (PEP 368)
* Encapsulation of the import state (PEP 368)
* Improved encapsulation of import state (PEP 406)
* Standard event loop API (PEP 3153)
* A binary version of WSGI for Python 3 (e.g. PEP 444)
* Generic function support (e.g. ``simplegeneric``)