This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author frasertweedale
Recipients frasertweedale
Date 2013-07-04.11:33:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372937608.11.0.328710498036.issue18357@psf.upfronthosting.co.za>
In-reply-to
Content
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 ^_^
History
Date User Action Args
2013-07-04 11:33:28frasertweedalesetrecipients: + frasertweedale
2013-07-04 11:33:28frasertweedalesetmessageid: <1372937608.11.0.328710498036.issue18357@psf.upfronthosting.co.za>
2013-07-04 11:33:27frasertweedalelinkissue18357 messages
2013-07-04 11:33:27frasertweedalecreate