[issue18357] add tests for dictview set difference operations

2013-07-04 Thread Fraser Tweedale
Fraser Tweedale added the comment: and here's a patch for python3 (the earlier patch is for the 2.7 branch). -- Added file: http://bugs.python.org/file30773/dictview-set-sub-test-python3.patch ___ Python tracker <http://bugs.python.org/is

[issue18357] add tests for dictview set difference operations

2013-07-04 Thread Fraser Tweedale
New submission from Fraser Tweedale: The Python documentation states that set-like dictionary view objects support set difference (-), however, this behaviour is untested. Add some tests for this behaviour. (This issue was discovered because PyPy doesn't support (-) for dictviews, yet