diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-04-08 14:51:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-04-08 14:51:37 (GMT) |
commit | 1d1d95bf838757b6fbcaa8b6edaaa357772150a4 (patch) | |
tree | 48d6aa58a73147ca2da7aecd7b1937a57f1fdf6a /Include | |
parent | 2deef0cf31504041bad3182e8dcf9145318c27a4 (diff) | |
parent | 7ddf3eba90576f51c14b8da0df2970589761b78e (diff) | |
download | cpython-1d1d95bf838757b6fbcaa8b6edaaa357772150a4.zip cpython-1d1d95bf838757b6fbcaa8b6edaaa357772150a4.tar.gz cpython-1d1d95bf838757b6fbcaa8b6edaaa357772150a4.tar.bz2 |
merge 3.4
Diffstat (limited to 'Include')
-rw-r--r-- | Include/abstract.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/abstract.h b/Include/abstract.h index 4bc9952a..6e850b8 100644 --- a/Include/abstract.h +++ b/Include/abstract.h @@ -1021,7 +1021,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m); /* - Returns the sequence, o, as a list, unless it's already a + Return the sequence, o, as a list, unless it's already a tuple or list. Use PySequence_Fast_GET_ITEM to access the members of this list, and PySequence_Fast_GET_SIZE to get its length. |