summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-05-30 16:55:32 (GMT)
committerTarek Ziade <tarek@ziade.org>2011-05-30 16:55:32 (GMT)
commit371df0574034ad86b7dba9ba8e7d31a6fccde3db (patch)
treea723c3102862936bf8979e9393c215e09b21afba
parentc6c5e0461174d60b9d8ef35336e9576dbdc6121c (diff)
downloadcpython-371df0574034ad86b7dba9ba8e7d31a6fccde3db.zip
cpython-371df0574034ad86b7dba9ba8e7d31a6fccde3db.tar.gz
cpython-371df0574034ad86b7dba9ba8e7d31a6fccde3db.tar.bz2
Issue 12218: Removing wsgiref.egg-info
-rw-r--r--Lib/wsgiref.egg-info8
-rw-r--r--Misc/NEWS2
2 files changed, 2 insertions, 8 deletions
diff --git a/Lib/wsgiref.egg-info b/Lib/wsgiref.egg-info
deleted file mode 100644
index c0b7893..0000000
--- a/Lib/wsgiref.egg-info
+++ /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
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b93945..785761c 100644
--- 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.