]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use raw string to avoid deprecation warning (GH-31427)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sat, 19 Feb 2022 05:57:36 +0000 (00:57 -0500)
committerGitHub <noreply@github.com>
Sat, 19 Feb 2022 05:57:36 +0000 (00:57 -0500)
commit7a4791e03613bfbdc0d3ddfabfc0b59e6a6f7358
tree865b7719f5d47a504eadcc0f9f773e5ff867d07e
parent5543d9c5590c47b7734569d95c3a478f092b525d
Use raw string to avoid deprecation warning (GH-31427)
Lib/test/test_property.py