Re: Spotify Playlist

2020-06-01 Thread giansofficial
Il giorno lunedì 1 giugno 2020 07:03:45 UTC+2, Chris Angelico ha scritto: > On Mon, Jun 1, 2020 at 2:55 PM Terry Reedy wrote: > > > > On 5/31/2020 7:10 PM, Chris Angelico wrote: > > > Automation would be a bit harder, as you'd have to periodically query > > > the API for each playlist's descriptio

Re: Binary Sort on Python List __xor__

2020-06-01 Thread Rhodri James
On 31/05/2020 18:01, Evan Schalton wrote: I think you're arguing both sides of the argument -- numpy arrays do have a lot of similar, related operations (because numpy uses them internally -- since they're more efficient) which means they're not fringe. I'm advocating that the built-in list clas

Re: Spotify Playlist

2020-06-01 Thread Trent N
I could probably do this for you. Just need to know how many playlists it would need to be to decide how hard it would be. I have some experience with this type of stuff. Also if they are able to file so many reports so fast. I worry that any program to try and combat this would be rate limited pre

Re: [RELEASE] Python 3.9.0b1 is now available for testing

2020-06-01 Thread Joseph Jenne via Python-list
I used https://github.com/python/pyperformance pyperformance to compare Arch linux latest Python 3.8.3 (default, May 17 2020, 18:15:42) [GCC 10.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. against a vanilla build (configure make makeinstall) of pyth

Re: Trouble with version 3.8

2020-06-01 Thread Jim Parinisi via Python-list
I had been using python 3.6 on two computers with windows 7 and windows 10.  We bought a windows 10 machine and I installed python 3.8 on it.  Many of my python apps failed with an error similar to this:  File "C:\Python38\lib\os.py", line 818, in fsdecode    filename = fspath(filename)  # Do

Re: Trouble with version 3.8

2020-06-01 Thread MRAB
On 2020-06-01 21:54, Jim Parinisi via Python-list wrote: I had been using python 3.6 on two computers with windows 7 and windows 10.  We bought a windows 10 machine and I installed python 3.8 on it.  Many of my python apps failed with an error similar to this:  File "C:\Python38\lib\os.py",

Re: Trouble with version 3.8

2020-06-01 Thread Terry Reedy
On 6/1/2020 4:54 PM, Jim Parinisi via Python-list wrote: I had been using python 3.6 on two computers with windows 7 and windows 10.  We bought a windows 10 machine and I installed python 3.8 on it.  Many of my python apps failed with an error similar to this >  File "C:\Python38\lib\os.py",

Re: Trouble with version 3.8

2020-06-01 Thread Terry Reedy
On 6/1/2020 4:54 PM, Jim Parinisi via Python-list wrote: So, I uninstalled v3.8 and installed v3.6. You can have both installed on Windows. Without 3.8, you cannot follow any suggestions about things to try with 3.8 ;-). -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/pytho