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 serhiy.storchaka
Recipients benjamin.peterson, bukzor, georg.brandl, gvanrossum, jmillikin, levkivskyi, pitrou, rhettinger, serhiy.storchaka
Date 2017-03-06.07:50:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488786642.33.0.702867700077.issue5945@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed wording doesn't looks much informative to me. Maybe just say that PyMapping_Check() also returns 1 for sequences that support slicing? And recommend `PyMapping_Check() && !PySequence_Check()` for true mapping test?
History
Date User Action Args
2017-03-06 07:50:42serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, georg.brandl, rhettinger, pitrou, benjamin.peterson, jmillikin, bukzor, levkivskyi
2017-03-06 07:50:42serhiy.storchakasetmessageid: <1488786642.33.0.702867700077.issue5945@psf.upfronthosting.co.za>
2017-03-06 07:50:42serhiy.storchakalinkissue5945 messages
2017-03-06 07:50:42serhiy.storchakacreate