commit | 139e64694f546982a8cc801dda30670abadb8d06 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Feb 25 13:19:55 2018 -0800 |
committer | GitHub <noreply@github.com> | Sun Feb 25 13:19:55 2018 -0800 |
tree | 41a94073a7ebae5dc0970ca335f724eb882d3c58 | |
parent | e48e6499bbad56f7cc665efa25ae4847f51dbc38 [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>