On 10/31/22, darkst...@o2online.de wrote:
>
> I installed the Standard Distribution from python.org again, and i ensured,
> that the checkmark test Suite is enabled. Idle does’nt start. The installer
> says “Installation successfully” at the end.
>
> What went wrong and how can I further delimit t
On Tue, 1 Nov 2022 at 08:15, elas tica wrote:
>
> Le mercredi 26 octobre 2022 à 22:12:59 UTC+2, Weatherby,Gerard a ecrit :
> > No. If the docs say in one place a comma is not an operator, they shouldn’t
> > call it an operator in another place.
> >
> > I’ve submitted a pull request https://github
On 2022-10-30 20:43:23 +0100, Peter Otten wrote:
> On 30/10/2022 14:37, Peter J. Holzer wrote:
> > On 2022-10-30 09:23:27 -0400, Thomas Passin wrote:
> > > On 10/30/2022 6:26 AM, Peter J. Holzer wrote:
> > > > On 2022-10-29 23:59:44 +0100, Paulo da Silva wrote:
> > > > > The funny thing is that if
Le mercredi 26 octobre 2022 à 22:12:59 UTC+2, Weatherby,Gerard a ecrit :
> No. If the docs say in one place a comma is not an operator, they shouldn’t
> call it an operator in another place.
>
> I’ve submitted a pull request https://github.com/python/cpython/pull/98736 --
> we’ll have to see wh
On 2022-10-30 11:26:56 +0100, Peter J. Holzer wrote:
> On 2022-10-29 23:59:44 +0100, Paulo da Silva wrote:
> > The funny thing is that if I replace foos by Foos it works because it gets
> > known by the initial initialization :-) !
> >
> >
> > from typing import List, Opti
On 01/11/2022 01.56, Stefan Ram wrote:
dn writes:
On 31/10/2022 11.44, Chris Angelico wrote:
...
I'm curious to what extent sloppy English correlates with sloppy code.
...
When it comes to CVs/resumés (see what I did there?), I must admit that
the most egregious of errors in spelling or gra
On 10/31/22, darkst...@o2online.de wrote:
>
> i uninstalled this, because my Idle doesn’t start by clicking on the Icon.
> Are there any Solutions for the problem?
If it's the standard distribution from python.org, run the installer
again, and ensure that the test suite is installed.
In 3.10.8,
Dear Sir or Madam,
i uninstalled this, because my Idle doesn’t start by clicking on the Icon. Are
there any Solutions for the problem?
Thanks,
André
--
https://mail.python.org/mailman/listinfo/python-list
On 30/10/2022 14:01, Julieta Shem wrote:
> I wrote the classes
>
> class Empty:
> ...
> class Pair:
> ...
>
> (*) How to build a stack?
>
> These Lisp-like sequences are clearly a stack.
That is a very important observation. A Pair IS-A Stack(sort of).
If you had a stack you coul