> On 31 May 2021, at 18:24, Peter Otten <__pete...@web.de> wrote:
>
> On 31/05/2021 17:57, Colin McPhail via Python-list wrote:
>> Hi,
>> According to the enum module's documentation an Enum-based enumeration's
>> members can have values of any t
Hi,
According to the enum module's documentation an Enum-based enumeration's
members can have values of any type:
"Member values can be anything: int, str, etc.."
I defined one with functions as member values. This seemed to work as long as
the functions were defined ahead of the enume
Hi Steve,
> On 28 Aug 2020, at 11:03, Steve wrote:
>
>
> The following program compiles but does not quite do what I would like it to
> do. Line 19 is the preset information but I do not seem to be able to get it
> into the form by code. My purpose is to let the user make changes without
> hav
> On 7 Nov 2019, at 03:24, Veek M wrote:
>
> Could someone suggest some introductory reading material that will allow
> me to use 'telnetlib' with 'ssl' or 'ssltelnet'.
> (currently using Pan since Knode is dropped on Debian)
>
> I'm trying to write something that will download the NNTP hea