14
0
forked from pool/python-lxml

Accepting request 215228 from home:thomas-schraitle:branches:devel:languages:python

Fixed changes fromat according to sr#215185

OBS-URL: https://build.opensuse.org/request/show/215228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=65
This commit is contained in:
Sascha Peilicke
2014-01-28 09:22:08 +00:00
committed by Git OBS Bridge
parent 7011038f89
commit 1157ac37a2
6 changed files with 38 additions and 8 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Jan 26 13:02:19 UTC 2014 - toms@opensuse.org
- Update to version 3.3.0:
** Features added
n/a
** Bugs fixed
- The heuristic that distinguishes file paths from URLs was
tightened to produce less false negatives.
- Changes from 3.3.0beta5
** Features added
- The PEP 393 unicode parsing support gained a fallback for
wchar strings which might still be somewhat common on Windows systems.
** Bugs fixed
- Several error handling problems were fixed throughout the code base
that could previously lead to exceptions being silently swallowed or
not properly reported.
- The C-API function appendChild() is now deprecated as it does not
propagate exceptions (its return type is void). The new function
appendChildToElement() was added as a safe replacement.
- Passing a string into fromstringlist() raises an exception instead of
parsing the string character by character.
** Other changes
- Document cleanup code was simplified using the new GC features in Cython 0.20.
-------------------------------------------------------------------
Wed Oct 23 08:54:33 UTC 2013 - toddrme2178@gmail.com