Exended ASCII and code pages [was Re: for / while else doesn't make sense]
Chris Angelico
rosuav at gmail.com
Thu May 26 05:20:07 EDT 2016
On Thu, May 26, 2016 at 7:11 PM, Marko Rauhamaa <marko at pacujo.net> wrote:
> Python didn't come out unscathed, either. Multithreading is being
> replaced with asyncio
Incorrect. Threading is still important - it's not being replaced.
Asynchronous code support is being added to an existing pool of
multiprocessing techniques, so you can now use preemptive processes or
threads, or cooperative asyncio, depending on what you need.
ChrisA
More information about the Python-list
mailing list