Closed GoogleCodeExporter closed 9 years ago
I'm not able to reproduce this behavior in git master using Python 3.3. Would
you double-check that you're using git master HEAD (currently at f92190e7) and
verify the results? For reference, I'm seeing this (trimmed) output:
'entries': [{'credit': 'Foo',
'media_credit': [{'content': 'Foo', 'role': 'uploader'}],
'summary': 'Random text',
'title': 'Random title',
If you're still seeing this output would you please try:
import feedparser
print(feedparser.__file__)
and verify that the file is being imported from the location you're expecting
it to be imported from?
Original comment by kurtmckee
on 10 May 2013 at 3:51
You are correct. After testing feedparser (f92190e7) output was correct. Also
version r2e61129cde93 worked after downloading it again. Problem was in the
version in my computer. Sorry for the inconvenience.
Original comment by fbe...@gmail.com
on 11 May 2013 at 9:25
No inconvenience at all! =)
Original comment by kurtmckee
on 11 May 2013 at 2:00
Original issue reported on code.google.com by
fbe...@gmail.com
on 5 Apr 2013 at 11:36Attachments: