[Biopython-dev] multiline location
Cayte
katel at worldpath.net
Sun Dec 10 23:30:52 EST 2000
----- Original Message -----
From: "Cayte" <katel at worldpath.net>
To: "Andrew Dalke" <dalke at acm.org>; <biopython-dev at biopython.org>
Sent: Sunday, December 10, 2000 8:25 PM
Subject: [Biopython-dev] multiline location
> When I fed this multiline to parse_location.py
>
> """complement(join(8811..8995,9120..10082,10181..10291,
> 10608..10852,10996..11147,11461..11559))
> """
> It reported this errog message
> Syntax error at or near `Tokens('comma')' token
>
> The Trying -> print s line displayed
> -> Trying complement(join(8811..8995,9120..10082,10181..10291,
> 10608..10852,10996..11147,11461..11559))
> <345..500
>
> It was reading past the closing triple quote.
>
> Cayte
>
The test also failed when I used the backslash-linefeed-backslash format
instead of the triple quote.
cayte
More information about the Biopython-dev
mailing list