Description of problem: We're removing *.egg-info files from the python stdlib when we build the python package (line 558 of the F12 spec file). This seems like a holdover from when we thought that egg-info was just an alternate packaging format to rpm and held no runtime value. If that's the case we should remove the line and install the egg-info files. Note that ATM the only egg-info file affected by this is the wsgiref egg-info.
Fixed in python-2.6.5-8.fc14 and in python26-2.6.5-4.el5 Already fixed in python3