]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH-25380)
authorKarthikeyan Singaravelan <tir.karthi@gmail.com>
Wed, 14 Apr 2021 11:45:22 +0000 (17:15 +0530)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 11:45:22 +0000 (13:45 +0200)
commitb8509ffa82d393d9d4a0f5520edca057978bbd86
tree9d345266cd329eb245674757b1a39429c7268737
parent6f1e8ccffa5b1272a36a35405d3c4e4bbba0c082
bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH-25380)

* Fix deprecation warnings due to invalid escape sequences.
* Use self.assertEqual instead of deprecated self.assertEquals.
Lib/test/test_cmd_line.py
Lib/test/test_collections.py