Reviewed: https://review.opendev.org/c/openstack/neutron/+/853051 Committed: https://opendev.org/openstack/neutron/commit/e230301a7e66517b219bc51a17fe09045fe925e0 Submitter: "Zuul (22348)" Branch: master
commit e230301a7e66517b219bc51a17fe09045fe925e0 Author: Takashi Natsume <[email protected]> Date: Sat Aug 13 18:42:40 2022 +0900 Fix a deprecation warning about escape sequence Fix the following deprecation warning. DeprecationWarning: invalid escape sequence \u Change-Id: Iab460d6c9ff2dbcbf8285567708f169a856eb495 Closes-Bug: 1986421 Signed-off-by: Takashi Natsume <[email protected]> ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1986421 Title: DeprecationWarning: invalid escape sequence \u Status in neutron: Fix Released Bug description: Running "tox -e py38", the following deprecation warning appears. /tmp/neutron/neutron/tests/unit/test_wsgi.py:582: DeprecationWarning: invalid escape sequence \u data = b'{"a": "\u7f51\u7edc"}' To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1986421/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

