[ python-Bugs-1332780 ] Inaccurate footnote 1 in Lib ref, sect 2.3.6.4

SourceForge.net noreply at sourceforge.net
Thu Oct 20 04:03:38 CEST 2005


Bugs item #1332780, was opened at 2005-10-20 12:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1332780&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andy (strangefeatures)
Assigned to: Nobody/Anonymous (nobody)
Summary: Inaccurate footnote 1 in Lib ref, sect 2.3.6.4

Initial Comment:
In the the library reference on mutable sequence types
(http://docs.python.org/lib/typesseq-mutable.html) ,
footnote (1) states:

  t must have the same length as the slice it is replacing

with reference to s[i:j] = t assignments. This is not
true (as other comments on the page imply). It should
either be:
(a) removed
(b) changed to: 
    t does not need to have the same length as the
slice it is replacing


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

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


More information about the Python-bugs-list mailing list