[Biopython-dev] Notification: incoming/10
Jeffrey Chang
jchang at SMI.Stanford.EDU
Mon Jul 10 00:23:48 EDT 2000
> Full_Name: Katharine Lindner
> Module: Prodoc.py
> Version:
> OS:
> Submission from: pm41-220-45.worldpath.net (208.133.220.45)
>
>
> Line 348 assumes a colon for a continuation line in a reference. The data I
> found uses indentation.
According to Prodoc.py,v in the main repository, Prodoc.py has always
looked for spaces.
Prodoc.py (1.2)
347 elif line[:4] == ' ':
348 if not self._ref:
349 raise SyntaxError, "Unnumbered reference lines\n%s" %
line
350 self._ref.citation = self._ref.citation + line[5:]
Do you mean that you found some data that uses colons? If so, please send
it, and we can add it to the test suite.
Jeff
More information about the Biopython-dev
mailing list