Adrian Heine

Results 4 issues of Adrian Heine

## Pull Request Check List - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. pyo3 0.20.0 is the first version to actually support...

In 1c050afa8c839ac73f9d96fbb1034a7910ce8a74, ```py info = text_(info, errors='replace') ``` was replaced by ```py info = str(info, errors='replace') ``` with `_text` being: ```py if PY3: # pragma: no cover # […] binary_type...

Input: ```html TITLE ``` Output: ```html TITLE ```

(I would have just commented on #710 but it's locked) The current behavior of always returning stock `Undefined`, regardless of the configured `undefined` class, is highly surprising. I understand the...

docs