commit | ecaa372f74eeb6c032791c520af6b23e527d335f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Feb 25 13:22:43 2018 -0800 |
committer | GitHub <noreply@github.com> | Sun Feb 25 13:22:43 2018 -0800 |
tree | d968e7f1cce85b337d17b39f189a97176f3a36a3 | |
parent | b7c1a94f94305d82fc77f833fd68cc8616991bd4 [diff] |
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) Dropped the part that says: "For objects that do not provide sequence protocol". (cherry picked from commit 7a1e1786f98ad49caa157dcdf14ada9d0b07d0fd) Co-authored-by: Zackery Spytz <zspytz@gmail.com>