File: changes-41.rst

package info (click to toggle)
feedparser 6.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,540 kB
  • sloc: xml: 11,459; python: 4,575; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
Changes in version 4.1
======================

:program:`Universal Feed Parser` 4.1 was released on January 11, 2006.

- Support for the `Universal Encoding Detector <http://chardet.feedparser.org/>`_ to autodetect character encoding of feeds that declare their encoding incorrectly or don't declare it at all.  See :ref:`advanced.encoding` for details of when this gets called.

- :program:`Universal Feed Parser` no longer sets a default socket timeout (SourceForge bug `1392140 <http://sourceforge.net/tracker/index.php?func=detail&aid=1392140&group_id=112328&atid=661937>`_).  If you were relying on this feature, you will need to call socket.setdefaulttimeout(TIMEOUT_IN_SECONDS) yourself.