In article <[email protected]>, Alexander Blinne <[email protected]> wrote:
> The last sentence "For example, in the current version of Python file > objects support the iterator protocol, so you can now write simply > (for line in file:)" ... In general, words like "current", "previous", and "next" don't belong in documentation. The timepoint to which they refer changes as soon as they're published. Much better to say, "as of version x.y..." -- http://mail.python.org/mailman/listinfo/python-list
