commit | b8509ffa82d393d9d4a0f5520edca057978bbd86 | [log] [tgz] |
---|---|---|
author | Karthikeyan Singaravelan <tir.karthi@gmail.com> | Wed Apr 14 17:15:22 2021 +0530 |
committer | GitHub <noreply@github.com> | Wed Apr 14 13:45:22 2021 +0200 |
tree | 9d345266cd329eb245674757b1a39429c7268737 | |
parent | 6f1e8ccffa5b1272a36a35405d3c4e4bbba0c082 [diff] |
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.