poky/bitbake/lib/bs4
Adrian Freihofer d1299791a5 bitbake: bitbake/lib/bs4/tests/test_tree.py: python 3.12 regex
Python 3 interprets string literals as Unicode strings, and therefore
\s is treated as an escaped Unicode character which is not correct.
Declaring the RegEx pattern as a raw string instead of unicode is
required for Python 3.

(Bitbake rev: 7efed7bc09c56e41d3074a26388581a62f145625)

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2024-03-01 08:00:58 -10:00
..
builder bitbake: lib: amend code to use proper singleton comparisons where possible 2020-01-19 13:31:05 +00:00
tests bitbake: bitbake/lib/bs4/tests/test_tree.py: python 3.12 regex 2024-03-01 08:00:58 -10:00
__init__.py bitbake: lib: amend code to use proper singleton comparisons where possible 2020-01-19 13:31:05 +00:00
AUTHORS.txt
COPYING.txt
dammit.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
diagnose.py
element.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
NEWS.txt
testing.py bitbake: lib/bs4/testing.py: fix bs4 testing 2020-05-05 13:22:29 +01:00