Serhiy Storchaka added the comment:

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?

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5945>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to