On 5/20/2021 2:53 PM, Grant Edwards wrote:
On 2021-05-20, Mats Wichmann wrote:
On 5/20/21 4:54 AM, Richard Damon wrote:
On 5/20/21 3:24 AM, Peter Otten wrote:
On 20/05/2021 06:00, Richard Damon wrote:
class GedcomHead(Gedcom0Tag):
"""GEDCOM 0 HEAD tag"""
def ___init___(self, *
On Thu, May 20, 2021 at 3:48 PM Terry Reedy wrote:
>
> On 5/20/2021 1:14 PM, boB Stepp wrote:
> > On Thu, May 20, 2021 at 11:43 AM Terry Reedy wrote:
> >>
> >> can you verify that the Algorithm chapter (near end in 2nd ed.) does
> >> *NOT* have an introduction by Tim Peters?
> >> (Info needed to
On 5/20/2021 1:14 PM, boB Stepp wrote:
On Thu, May 20, 2021 at 11:43 AM Terry Reedy wrote:
can you verify that the Algorithm chapter (near end in 2nd ed.) does
*NOT* have an introduction by Tim Peters?
(Info needed to verify timeit doc correction
https://github.com/python/cpython/pull/21744)
On 5/20/2021 7:06 AM, jan via Python-list wrote:
This time it's simply not installing correctly when run as
administrator, and not at all when run as non-administrator.
As administrator, it's not installing for other users as I believe it should.
It's certainly not adding the python path corre
On Fri, May 21, 2021 at 4:59 AM max pothier wrote:
>
>
>
> My school has a website for homework called pronote (no problem if you don't
> know it). After logging in on parisclassenumerique.fr (works with selenium
> but I cant get requests to work), I want to read one of the packets that is
> se
My school has a website for homework called pronote (no problem if you don't
know it). After logging in on parisclassenumerique.fr (works with selenium but
I cant get requests to work), I want to read one of the packets that is sent:
All the info about my day, my homework, etc. are in there a
On 2021-05-20, Mats Wichmann wrote:
> On 5/20/21 4:54 AM, Richard Damon wrote:
>> On 5/20/21 3:24 AM, Peter Otten wrote:
>>> On 20/05/2021 06:00, Richard Damon wrote:
>>>
class GedcomHead(Gedcom0Tag):
"""GEDCOM 0 HEAD tag"""
def ___init___(self, *, parent):
>>>
>>> An __
On Thu, May 20, 2021 at 11:43 AM Terry Reedy wrote:
>
> can you verify that the Algorithm chapter (near end in 2nd ed.) does
> *NOT* have an introduction by Tim Peters?
> (Info needed to verify timeit doc correction
> https://github.com/python/cpython/pull/21744)
In my 3rd edition copy chapter 1
Here's a question on SO about typing, enum, and ABC:
https://stackoverflow.com/q/67610562/208880
No answers so far.
--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list
can you verify that the Algorithm chapter (near end in 2nd ed.) does
*NOT* have an introduction by Tim Peters?
(Info needed to verify timeit doc correction
https://github.com/python/cpython/pull/21744)
--
Terry Jan Reedy
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I've usually had problems installing python, typically pip breaking.
This time it's simply not installing correctly when run as
administrator, and not at all when run as non-administrator.
As administrator, it's not installing for other users as I believe it should.
It's certainly not addin
On 5/20/21 4:54 AM, Richard Damon wrote:
On 5/20/21 3:24 AM, Peter Otten wrote:
On 20/05/2021 06:00, Richard Damon wrote:
class GedcomHead(Gedcom0Tag):
"""GEDCOM 0 HEAD tag"""
def ___init___(self, *, parent):
An __init__ with three underscores; you must me joking ;)
Yes, that i
On 5/20/21 1:58 AM, Chris Angelico wrote:
> On Thu, May 20, 2021 at 2:02 PM Richard Damon
> wrote:
>> Given the following definition of classes, I am getting an unexpected
>> error of :
>>
>> TypeError: __init__() missing 2 required keyword-only arguments:
>> 'idcode' and 'tag'
>>
>> On the call
On 5/20/21 3:24 AM, Peter Otten wrote:
> On 20/05/2021 06:00, Richard Damon wrote:
>
>> class GedcomHead(Gedcom0Tag):
>> """GEDCOM 0 HEAD tag"""
>> def ___init___(self, *, parent):
>
> An __init__ with three underscores; you must me joking ;)
>
Yes, that is what I was missing, too many un
On 20/05/2021 06:00, Richard Damon wrote:
class GedcomHead(Gedcom0Tag):
"""GEDCOM 0 HEAD tag"""
def ___init___(self, *, parent):
An __init__ with three underscores; you must me joking ;)
--
https://mail.python.org/mailman/listinfo/python-list
15 matches
Mail list logo