Comment on PEP-0322: Reverse Iteration Methods

Andrew Dalke adalke at mindspring.com
Thu Sep 25 03:43:14 EDT 2003


Me:
>   - else uses "for i in itertools.count(): yield[obj[-i]]"

should be

   - else uses "for i in itertools.count(1): yield[obj[-i]]"

                     Andrew
                     dalke at dalkescientific.com






More information about the Python-list mailing list