[Biopython-dev] Moving from thread to threading in Bio.PopGen?
Tiago Antão
tiagoantao at gmail.com
Mon Oct 7 09:51:18 UTC 2013
Hi,
I will change this today to get rid of that import thread.
Tiago
On 6 October 2013 21:23, Peter Cock <p.j.a.cock at googlemail.com> wrote:
> Hi Tiago,
>
> The Python 2 thread library is _thread under Python 3,
> hinting they'd like us to use the new threading library
> instead. How easy do you think that would be?
>
> http://docs.python.org/2.6/library/threading.html
>
> Here's a relevant looking snippet of code:
>
>
> http://stackoverflow.com/questions/4003783/translate-thread-start-new-thread-to-the-new-threading-api
>
> Thanks,
>
> Peter
>
--
"The truth may be out there, but the lies are already in your head" - Terry
Pratchett
More information about the Biopython-dev
mailing list