1
0

Accepting request 235463 from home:frispete:python

- update to 0.999
  - Fix #127: add work-around for CPython issue #20007: .read(0) on
    http.client.HTTPResponse drops the rest of the content.
  - Fix #115: lxml treewalker can now deal with fragments containing, at their
    root level, text nodes with non-ASCII characters on Python 2.
- enable tests and include test suite for further validations
  for distributions > 11.1 and SLES 10

OBS-URL: https://build.opensuse.org/request/show/235463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=8
This commit is contained in:
Sascha Peilicke
2014-06-02 09:05:25 +00:00
committed by Git OBS Bridge
parent e41e6eaf7a
commit d4087f7410
4 changed files with 27 additions and 11 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 26 22:01:47 UTC 2014 - hpj@urpla.net
- update to 0.999
- Fix #127: add work-around for CPython issue #20007: .read(0) on
http.client.HTTPResponse drops the rest of the content.
- Fix #115: lxml treewalker can now deal with fragments containing, at their
root level, text nodes with non-ASCII characters on Python 2.
- enable tests and include test suite for further validations
for distributions > 11.1 and SLES 10
-------------------------------------------------------------------
Tue Oct 22 13:29:08 UTC 2013 - toddrme2178@gmail.com