Re: [Python-Dev] API design: where to add async variants of existing stdlib APIs?

2017-03-06 Thread Guido van Rossum
On Mon, Mar 6, 2017 at 5:57 PM, Raymond Hettinger < raymond.hettin...@gmail.com> wrote: > Of course, it makes sense that anything not specific to asyncio should go > outside of asyncio. > > What I'm more concerned about is what the other places actually are. > Rather than putting async variants o

Re: [Python-Dev] API design: where to add async variants of existing stdlib APIs?

2017-03-06 Thread Raymond Hettinger
> On Mar 1, 2017, at 8:47 AM, Yury Selivanov wrote: > >> IMHO this is a good idea*iff* the new APIs really are bound to >> asyncio, rather than being generic across all uses of async/await. > > I agree. There is no need to make asynccontextmanager and > AsyncExitStack dependent on asyncio or

Re: [Python-Dev] we would like to share python articles with you

2017-03-06 Thread Michel Desmoulin
This mailling list is for coordinating the development of the Python programming language, not to be used for marketing. Share your articles on a social network or a forum such as reddit.com/r/python. Le 06/03/2017 à 16:53, Yaroslav Lehenchuk a écrit : > Hi! > > I like your resource. We in Djan

Re: [Python-Dev] PEP 538: Coercing the legacy C locale to a UTF-8 based locale

2017-03-06 Thread Nick Coghlan
On 6 March 2017 at 00:39, INADA Naoki wrote: > I prefer just "locale-aware" / "locale-independent" (application | > library | function) > to "locale-aware C/C++ application" / "C/C++ independent" here. Good point, I'll fix that in the next update. > Backporting to Python 3.6.0 > > --

[Python-Dev] we would like to share python articles with you

2017-03-06 Thread Yaroslav Lehenchuk
Hi! I like your resource. We in Django Stars writing a lot about Python/Django and we would like to share our articles with other professionals and geeks. Here are two examples of our blog content: http://djangostars.com/blog/continuous-integration-circleci- vs-travisci-vs-jenkins/ http://djangost