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
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
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
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
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
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",
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",
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