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 georg.brandl
Recipients georg.brandl, rhettinger, techtonik
Date 2013-09-17.08:31:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379406699.96.0.874950018416.issue19026@psf.upfronthosting.co.za>
In-reply-to
Content
> Right. That's why it should not accept input that can only be
> unordered (including dict and **kwargs) - this is what I mean by
> strict mode.

That's not even true: the empty and the one-element dict are always ordered.
History
Date User Action Args
2013-09-17 08:31:40georg.brandlsetrecipients: + georg.brandl, rhettinger, techtonik
2013-09-17 08:31:39georg.brandlsetmessageid: <1379406699.96.0.874950018416.issue19026@psf.upfronthosting.co.za>
2013-09-17 08:31:39georg.brandllinkissue19026 messages
2013-09-17 08:31:39georg.brandlcreate