Issue 12218: Removing wsgiref.egg-info

This commit is contained in:
Tarek Ziade 2011-05-30 18:55:32 +02:00
parent c6c5e04611
commit 371df05740
2 changed files with 2 additions and 8 deletions

View file

@ -1,8 +0,0 @@
Metadata-Version: 1.0
Name: wsgiref
Version: 0.1.2
Summary: WSGI (PEP 333) Reference Library
Author: Phillip J. Eby
Author-email: web-sig@python.org
License: PSF or ZPL
Platform: UNKNOWN

View file

@ -177,6 +177,8 @@ Core and Builtins
Library
-------
- Issue #12218: Removed wsgiref.egg-info.
- Issue #12196: Add pipe2() to the os module.
- Issue #985064: Make plistlib more resilient to faulty input plists.