[issue27071] unittest.TestCase.assertCountEqual is a very misleading name

2018-06-01 Thread Alden
Alden added the comment: I think we need to re-open this issue. I have done a poll of a number of python developers and every developer I talked to said they initially thought this function "assertCountEqual" asserts that the count is equal. Probably because that's exactly what

[issue17050] argparse.REMAINDER doesn't work as first argument

2018-04-24 Thread Alden
Alden <aldencoler...@gmail.com> added the comment: Paul. This is a bug, not a feature in argparse. Devin is 100% correct. According to the docs REMAINDER should be greedy and is used for passing arguments to sub commands. In your example the expected behavior is that if you do