[Python-ideas] Integer concatenation to byte string

2021-03-01 Thread mmax42852
Currently, the only way to concatenate an integer to a bytes object is by converting the integer to bytes with a function call before concatenating. And there is no way to make a mutable bytes object without a function call. I propose an array-type string like the, or for the bytearray. It

[Python-ideas] Re: Barrier Object in asyncio lib

2021-03-01 Thread Yves Duprat
thank you for this explanation Issue on bpo is just created. A PR will coming soon Yves Le 26/02/2021 à 23:19, Guido van Rossum a écrit : On Fri, Feb 26, 2021 at 10:09 AM Yves Duprat

[Python-ideas] Re: [Python-Dev] Re: Have virtual environments led to neglect of the actual environment?

2021-03-01 Thread Steven D'Aprano
On Wed, Feb 24, 2021 at 07:59:55PM -0800, Christopher Barker wrote: > I used to do that — for years. But it really did cause problems. > > The trick is that you have, say, your 57 apps all working. Then you need to > update a package for one. As soon as you update, you have to go test your > 57