Comment on PEP-0322: Reverse Iteration Methods
Andrew Dalke
adalke at mindspring.com
Thu Sep 25 03:43:14 EDT 2003
More information about the Python-list mailing list
Thu Sep 25 03:43:14 EDT 2003
- Previous message (by thread): Comment on PEP-0322: Reverse Iteration Methods
- Next message (by thread): Comment on PEP-0322: Reverse Iteration Methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Comment on PEP-0322: Reverse Iteration Methods
- Next message (by thread): Comment on PEP-0322: Reverse Iteration Methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list