jsumners / feedparser

Automatically exported from code.google.com/p/feedparser
Other
0 stars 0 forks source link

Can't work with chardet in python3.3 #405

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.install chardet.
2.import both chardet and feedparser in my project.
3.give a feed to feedparser and run.

What is the expected output? What do you see instead?
program crashed

What version of the product are you using? On what operating system?
feedparser 5.1.3
chardet 2.01
OS: Ubuntu13.04 and windows Xp

Please provide any additional information below.

Original issue reported on code.google.com by eig...@gmail.com on 10 Jun 2013 at 2:12

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting this! This was fixed in git master to the best of my 
knowledge. Please try using the latest code in the git repository.

Original comment by kurtmckee on 10 Jul 2014 at 4:54