]> granicus.if.org Git - python/commitdiff
Issue 12218: Removing wsgiref.egg-info
authorTarek Ziade <tarek@ziade.org>
Mon, 30 May 2011 16:55:32 +0000 (18:55 +0200)
committerTarek Ziade <tarek@ziade.org>
Mon, 30 May 2011 16:55:32 +0000 (18:55 +0200)
Lib/wsgiref.egg-info [deleted file]
Misc/NEWS

diff --git a/Lib/wsgiref.egg-info b/Lib/wsgiref.egg-info
deleted file mode 100644 (file)
index c0b7893..0000000
+++ /dev/null
@@ -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
index 0b9394565530eb0dc22f200221eea99f71de95d6..785761cc1703255b4e3204cce7fee0ec3f97e5c0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.