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 Nathan Herring
Recipients Nathan Herring
Date 2015-11-19.15:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447945921.87.0.82045913773.issue25669@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, it's also pretty easy to write

self.assertEqual({'key': 'value'}, dict(foo))

and get the right behavior, but it'd be nice if it was done automagically by type checking.
History
Date User Action Args
2015-11-19 15:12:01Nathan Herringsetrecipients: + Nathan Herring
2015-11-19 15:12:01Nathan Herringsetmessageid: <1447945921.87.0.82045913773.issue25669@psf.upfronthosting.co.za>
2015-11-19 15:12:01Nathan Herringlinkissue25669 messages
2015-11-19 15:12:01Nathan Herringcreate