Более чем уверен, что переустановка Python ни коим образом не решает проблему.
Python 2.4.4 (#2, Oct 20 2006, 00:23:25)
[GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import feedparser
>>> feedparser.parse("http://www.rupy.ru/feeds/news/").modified
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/var/lib/python-support/python2.4/feedparser.py", line 236, in __getattr__
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'modified'
>>> feedparser.parse("http://softwaremaniacs.org/blog/feed/atom/").modified
(2007, 2, 20, 10, 39, 54, 1, 51, 0)
http://feedparser.org/docs/http-etag.htmlзависит от раздающей стороны