Planet Python Doesn't Support Atom 1.0
Looks like my move to Atom 1.0 didn't quite go as smoothly as I would have liked.
It appears Planet Python doesn't properly handle Atom 1.0 - or more specifically, content of type "html".
Comments (1)
Add a Comment
Created: Jan. 21, 2006
Last Modified: Jan. 21, 2006
Author: James Tauber
Last Modified: Jan. 21, 2006
Author: James Tauber
ralphm on Jan. 23, 2006:
Hi James,
I noticed this a while back when someone on Planet Jabber upgraded his atom feed. The planet code depends on the Universal Feed Parser by Mark Pilgrim.
At the time feedparser (version 3.something) didn't cope with Atom 1.0 properly and the Planet code I still use had to be adapted to cope with some of the API changes to feedparser with Atom 1.0 support (version 4.something). I'm not sure what the current development planet code does, though.
ralphm