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 socketpair
Recipients alexey-smirnov, cvrebert, ezio.melotti, pitrou, socketpair
Date 2012-05-25.00:12:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337904755.45.0.681811279582.issue14886@psf.upfronthosting.co.za>
In-reply-to
Content
Inconsistency is bother me. If I specify indent in dumps(), I will have one semantics, else other ones.

Why not to fix pure-python implementation using "type(o) in (list, tuple)" ? This is faster too (as I think).
History
Date User Action Args
2012-05-25 00:12:35socketpairsetrecipients: + socketpair, pitrou, ezio.melotti, cvrebert, alexey-smirnov
2012-05-25 00:12:35socketpairsetmessageid: <1337904755.45.0.681811279582.issue14886@psf.upfronthosting.co.za>
2012-05-25 00:12:34socketpairlinkissue14886 messages
2012-05-25 00:12:34socketpaircreate