changes-31.rst 860 B

12345678910111213141516171819202122232425
  1. Changes in version 3.1
  2. ======================
  3. :program:`Universal Feed Parser` 3.1 was released on June 28, 2004.
  4. - added and passed tests for converting :abbr:`HTML (HyperText Markup Language)` entities to Unicode equivalents in illformed feeds (aaronsw)
  5. - added and passed tests for converting character entities to Unicode equivalents in illformed feeds (aaronsw)
  6. - test for valid parsers when setting ``XML_AVAILABLE``
  7. - make version and encoding available when server returns a ``304``
  8. - add ``handlers`` parameter to pass arbitrary :file:`urllib2` handlers (like digest auth or proxy support)
  9. - add code to parse username/password out of url and send as basic authentication
  10. - expose downloading-related exceptions in ``bozo_exception`` (aaronsw)
  11. - added __contains__ method to FeedParserDict (aaronsw)
  12. - added ``publisher_detail`` (aaronsw)