Tiago Antao <tiagoan...@gmail.com> added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to