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 they claimed to pass the test suite. Well, they did pass it ^_^ ---------- components: Tests files: dictview-set-sub-test.patch keywords: patch messages: 192285 nosy: frasertweedale priority: normal severity: normal status: open title: add tests for dictview set difference operations type: enhancement versions: Python 2.7 Added file: http://bugs.python.org/file30771/dictview-set-sub-test.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18357> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com