diff options
| author | scoder <none@none> | 2008-06-19 18:37:04 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2008-06-19 18:37:04 +0200 |
| commit | 3bc3fbd318dc2f25389df94b5a84326af1c1497e (patch) | |
| tree | f43f404f5aaccc6370480d6e18af33b135b4f564 | |
| parent | 688215ae9a802bee2d13dd1db9eb8681d7098db5 (diff) | |
| download | python-lxml-lxml-2.1beta3.tar.gz | |
[svn r3834] r4514@delle: sbehnel | 2008-06-19 13:54:07 +0200lxml-2.1beta3
prepare release of lxml 2.1beta3
--HG--
branch : trunk
| -rw-r--r-- | CHANGES.txt | 6 | ||||
| -rw-r--r-- | doc/main.txt | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 72f21129..7ede3e57 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ lxml changelog ============== -Under development -================= +2.1beta3 (2008-06-19) +===================== Features added -------------- @@ -25,7 +25,7 @@ Features added unicode string or a tree, based on the type of the input. Previously, the result was always a byte string or a tree. -* Support for Python 2.6 and 3.0 (experimental!). +* Support for Python 2.6 and 3.0 beta. * File name handling now uses a heuristic to convert between byte strings (usually filenames) and unicode strings (usually URLs). diff --git a/doc/main.txt b/doc/main.txt index 17881056..9ea2b161 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -146,8 +146,8 @@ MS Windows usually become available through PyPI a few days after a source release. If you can't wait, consider trying a less recent release version first. -The latest version is `lxml 2.1beta2`_, released 2008-05-02 -(`changes for 2.1beta2`_). `Older versions`_ are listed below. +The latest version is `lxml 2.1beta3`_, released 2008-06-19 +(`changes for 2.1beta3`_). `Older versions`_ are listed below. Please take a look at the `installation instructions`_! @@ -215,7 +215,9 @@ obstacle to using lxml in your codebase. Old Versions ------------ -.. _`PDF documentation`: lxmldoc-2.1beta2.pdf +.. _`PDF documentation`: lxmldoc-2.1beta3.pdf + +* `lxml 2.1beta2`_, released 2008-05-02 (`changes for 2.1beta2`_) * `lxml 2.1beta1`_, released 2008-04-15 (`changes for 2.1beta1`_) @@ -285,6 +287,7 @@ Old Versions * `lxml 0.5`_, released 2005-04-08 +.. _`lxml 2.1beta3`: lxml-2.1beta3.tgz .. _`lxml 2.1beta2`: lxml-2.1beta2.tgz .. _`lxml 2.1beta1`: lxml-2.1beta1.tgz .. _`lxml 2.1alpha1`: lxml-2.1alpha1.tgz @@ -320,6 +323,7 @@ Old Versions .. _`lxml 0.5.1`: lxml-0.5.1.tgz .. _`lxml 0.5`: lxml-0.5.tgz +.. _`changes for 2.1beta3`: changes-2.1beta3.html .. _`changes for 2.1beta2`: changes-2.1beta2.html .. _`changes for 2.1beta1`: changes-2.1beta1.html .. _`changes for 2.1alpha1`: changes-2.1alpha1.html |
