[Biopython-dev] 2to3 and doctests

Tiago Antão tiagoantao at gmail.com
Thu Jul 15 16:41:37 UTC 2010


2010/7/14 Peter <biopython at maubp.freeserve.co.uk>:
> Could you make them single liners for now (least work to get the tests
> to pass), and I'll take a look at the commit later. If these are from my
> examples I'll then have a think about how better to handle them.

Actually no need for single liners. In some cases it was this
>>> xxx \
      yyy
To this
>>> xxx \
... yyy
Also
"""
>>> \"""
... \"""
"""
to

"""
>>> '''
... '''
"""

I will commit this changes in a few minutes.

-- 
"If you want to get laid, go to college.  If you want an education, go
to the library." - Frank Zappa




More information about the Biopython-dev mailing list