]> granicus.if.org Git - python/commit
Renamed _length_cue() to __length_hint__(). See:
authorArmin Rigo <arigo@tunes.org>
Sat, 11 Feb 2006 21:32:43 +0000 (21:32 +0000)
committerArmin Rigo <arigo@tunes.org>
Sat, 11 Feb 2006 21:32:43 +0000 (21:32 +0000)
commitf5b3e36493da275334e29afdbd238863697dca35
tree9ddfdb941f79b23a7665f473df37f82f49a80981
parentcbcdfdc1129cdec27281f62e4494a05405354340
Renamed _length_cue() to __length_hint__().  See:
http://mail.python.org/pipermail/python-dev/2006-February/060524.html
14 files changed:
Include/abstract.h
Lib/test/test_iterlen.py
Lib/test/test_set.py
Modules/collectionsmodule.c
Modules/itertoolsmodule.c
Objects/abstract.c
Objects/dictobject.c
Objects/enumobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/rangeobject.c
Objects/setobject.c
Objects/tupleobject.c
Python/bltinmodule.c