The original bug title was '15:10: bluetoothd reports "Not enough
handles to register service" at start', and the original bug description
described both the "Not enough free handles to register service" problem
and the "Failed to start discovery" problem[1]. Between #47 and #48, the
title and desc
I upgraded this morning, and my Selenium tests broke.
I was able to reproduce this problem with the Python getting started
script from https://sites.google.com/a/chromium.org/chromedriver
/getting-started (altered to set the path to `/usr/lib/chromium-
browser/chromedriver`):
```
virtualenv -p py
When used with the system python3-lxml package, rather than the version
pip installed into a venv:
Python : sys.version_info(major=3, minor=5, micro=2,
releaselevel='final', serial=0)
lxml.etree : (3, 5, 0, 0)
libxml used : (2, 9, 3)
libxml compiled : (2, 9, 2)
l
Public bug reported:
Given a minimal parser (below) and a particular input file (attached),
iterparse is not returning the `tail` of the last `` tag.
I am listening for the `end` event, which is the default, instead of the
`start` event.
Changing the input, for example by deleting unrelated tags