Files
biopython/.github/ISSUE_TEMPLATE.md
Peter Cock f0a8d672ca Fixing missing brackets in print function
As written this only worked on Python 2
2017-08-10 17:02:07 +01:00

545 B

Setup

I am reporting a problem with Biopython version, Python version, and operating system as follows:

import sys; print(sys.version)
import platform; print(platform.python_implementation()); print(platform.platform())
import Bio; print(Bio.__version__)

(Please copy and run the above in your Python, and copy-and-paste the output)

Expected behaviour

(Please fill this in)

Actual behaviour

(Please fill this in, and provide any exception message in full)

Steps to reproduce

(*Please fill this in *)