File: changes-26.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 (36 lines) | stat: -rw-r--r-- 1,576 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Changes in version 2.6
======================

:program:`Ultra-liberal Feed Parser` 2.6 was released on January 1, 2004.

- dc:author support (MarekK)

- fixed bug tracking nested divs within content (JohnD)

- fixed missing :file:`sys` import (JohanS)

- fixed regular expression to capture :abbr:`XML (Extensible Markup Language)` character encoding (Andrei)

- added support for Atom 0.3-style links

- fixed bug with textInput tracking

- added support for cloud (MartijnP)

- added support for multiple category/dc:subject (MartijnP)

- normalize content model: ``description`` gets description (which can come from ``<description>``, ``<summary>``, or full content if no ``<description>``), ``content`` gets dict of ``base``/``language``/``type``/``value`` (which can come from ``<content:encoded>``, ``<xhtml:body>``, ``<content>``, or ``<fullitem>``)

- fixed bug matching arbitrary Userland namespaces

- added xml:base and xml:lang tracking

- fixed bug tracking unknown tags

- fixed bug tracking content when ``<content>`` element is not in default namespace (like Pocketsoap feed)

- resolve relative URLs in ``<link>``, ``<guid>``, ``<docs>``, ``<url>``, ``<comments>``, ``<wfw:comment>``, ``<wfw:commentRSS>``

- resolve relative :abbr:`URI (Uniform Resource Identifier)`s within embedded :abbr:`HTML (HyperText Markup Language)` markup in ``<description>``, ``<xhtml:body>``, ``<content>``, ``<content:encoded>``, ``<title>``, ``<subtitle>``, ``<summary>``, ``<info>``, ``<tagline>``, and ``<copyright>``

- added support for pingback and trackback namespaces