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 vstinner
Recipients vstinner
Date 2021-04-14.10:59:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618397989.34.0.985444339357.issue43839@roundup.psfhosted.org>
In-reply-to
Content
Does someone want to propose a fix for the following warning?

$ ./python -m test test_cmd_line
0:00:00 load avg: 6.45 Run tests sequentially
0:00:00 load avg: 6.45 [1/1] test_cmd_line
/home/vstinner/python/master/Lib/test/test_cmd_line.py:865: DeprecationWarning: invalid escape sequence \u
  self.check_string(b"'\u1f'")

== Tests result: SUCCESS ==

1 test OK.

Total duration: 15.9 sec
Tests result: SUCCESS
History
Date User Action Args
2021-04-14 10:59:49vstinnersetrecipients: + vstinner
2021-04-14 10:59:49vstinnersetmessageid: <1618397989.34.0.985444339357.issue43839@roundup.psfhosted.org>
2021-04-14 10:59:49vstinnerlinkissue43839 messages
2021-04-14 10:59:49vstinnercreate