Re: Instantiating sub-class from super

2019-10-17 Thread Eryk Sun
On 10/17/19, MRAB wrote: > On 2019-10-17 20:06, Eryk Sun wrote: > >> I'm bugged by how the article mis-characterizes the fundamental >> problem. The operating system has nothing to do with the order of a >> directory listing, which varies even with an OS, depending on the file >> system. The latte

Re: Instantiating sub-class from super

2019-10-17 Thread MRAB
On 2019-10-17 20:06, Eryk Sun wrote: On 10/17/19, Dennis Lee Bieber wrote: On Wed, 16 Oct 2019 19:52:50 +0100, MRAB declaimed the following: Researchers find bug in Python script may have affected hundreds of studies https://arstechnica.com/information-technology/2019/10/chemists-discover-cr

Re: Instantiating sub-class from super

2019-10-17 Thread Eryk Sun
On 10/17/19, Dennis Lee Bieber wrote: > On Wed, 16 Oct 2019 19:52:50 +0100, MRAB > declaimed the following: > >>Researchers find bug in Python script may have affected hundreds of >> studies >>https://arstechnica.com/information-technology/2019/10/chemists-discover-cross-platform-python-scripts-n

Re: python -m pip install and pip install

2019-10-17 Thread Hongyi Zhao
On Fri, 11 Oct 2019 13:02:26 +0530, Pankaj Jangid wrote: > Oh! I wasn't aware of this Windows thing. Thanks. Windows is suck, don't use it at all. -- https://mail.python.org/mailman/listinfo/python-list

Re: python -m pip install and pip install

2019-10-17 Thread Hongyi Zhao
On Fri, 11 Oct 2019 07:35:23 +0300, אורי wrote: > When you upgrade pip, you have to write: > > python -m pip install --upgrade pip > > When you install or upgrade anything else, you can write "pip install". > > You can't upgrade pip using "pip install --upgrade pip". No, see the following: we