[ python-Bugs-888829 ] FAQ 2.3 slices not used

SourceForge.net noreply at sourceforge.net
Mon Feb 16 10:07:38 EST 2004


Bugs item #888829, was opened at 2004-02-02 03:53
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=888829&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Wayne Folta (wfolta)
Assigned to: Nobody/Anonymous (nobody)
Summary: FAQ 2.3 slices not used

Initial Comment:
Python Programming FAQ 4.3

The "iterate through a list in reverse" answer doesn't add 
the 2.3 slice answer:

for x in list[::-1]
       <do something with x>

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-02-16 16:07

Message:
Logged In: YES 
user_id=21627

Thanks, fixed in programming.ht 1.16.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=888829&group_id=5470



More information about the Python-bugs-list mailing list