This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients Alex-Blade, Dennis Sweeney, NeilGirdhar, christian.heimes, rhettinger, xtreak
Date 2022-02-19.05:28:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645248508.57.0.451610731164.issue46730@roundup.psfhosted.org>
In-reply-to
Content
The test introduces a deprecation warning. It might be fixed by using raw string like the msg_format used in other test.


./python -Wall -m py_compile Lib/test/test_property.py
Lib/test/test_property.py:345: DeprecationWarning: invalid escape sequence '\.'
  msg_format = "^property of 'PropertyUnreachableAttributeNoName\.cls' object {}$"
History
Date User Action Args
2022-02-19 05:28:28xtreaksetrecipients: + xtreak, rhettinger, christian.heimes, NeilGirdhar, Dennis Sweeney, Alex-Blade
2022-02-19 05:28:28xtreaksetmessageid: <1645248508.57.0.451610731164.issue46730@roundup.psfhosted.org>
2022-02-19 05:28:28xtreaklinkissue46730 messages
2022-02-19 05:28:28xtreakcreate