This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tiagoantao
Recipients benjamin.peterson, eric.araujo, tiagoantao
Date 2010-07-11.16:27:36
SpamBayes Score 0.0040364726
Marked as misclassified No
Message-id <1278865662.19.0.579412946917.issue9217@psf.upfronthosting.co.za>
In-reply-to
Content
Another example
    >>> records = (record for record in \
                SeqIO.parse("Roche/E3MFGYR02_random_10_reads.sff","sff") \
                if record.seq[record.annotations["cli [...]

Note that ... does not apply here (it will fail on python2 doctests)
History
Date User Action Args
2010-07-11 16:27:42tiagoantaosetrecipients: + tiagoantao, benjamin.peterson, eric.araujo
2010-07-11 16:27:42tiagoantaosetmessageid: <1278865662.19.0.579412946917.issue9217@psf.upfronthosting.co.za>
2010-07-11 16:27:37tiagoantaolinkissue9217 messages
2010-07-11 16:27:36tiagoantaocreate