Re: When is logging.getLogger(__name__) needed?

2023-04-05 Thread dn via Python-list
Thank you for carefully considering suggestions (and implications) - and which will 'work' for you. Further comment below (and with apologies that, unusually for me, there are many personal opinions mixed-in):- On 06/04/2023 01.06, Loris Bennett wrote: "Loris Bennett" writes: dn writes:

Re: When is logging.getLogger(__name__) needed?

2023-04-05 Thread Loris Bennett
"Loris Bennett" writes: > dn writes: > >> On 01/04/2023 02.01, Loris Bennett wrote: >>> Hi, >>> In my top level program file, main.py, I have >>>def main_function(): >>>parser = argparse.ArgumentParser(description="my prog") >>>... >>>args = parser.parse_args() >>>

Re: When is logging.getLogger(__name__) needed?

2023-04-05 Thread Loris Bennett
dn writes: > On 01/04/2023 02.01, Loris Bennett wrote: >> Hi, >> In my top level program file, main.py, I have >>def main_function(): >>parser = argparse.ArgumentParser(description="my prog") >>... >>args = parser.parse_args() >>config =

[Python-announce] [RELEASE] Python 3.11.3, 3.10.11 and 3.12.0 alpha 7 released

2023-04-05 Thread Thomas Wouters
It's time for another set of Python releases! *Python 3.11.3, 3.10.11 and 3.12 alpha 7 are now available*. Python 3.12.0 alpha 7 The final alpha release of Python 3.12! The next release will be beta 1, which is also the feature freeze. Last chance to get your new features and API changes into

[RELEASE] Python 3.11.3, 3.10.11 and 3.12.0 alpha 7 released

2023-04-05 Thread Thomas Wouters
It's time for another set of Python releases! *Python 3.11.3, 3.10.11 and 3.12 alpha 7 are now available*. Python 3.12.0 alpha 7 The final alpha release of Python 3.12! The next release will be beta 1, which is also the feature freeze. Last chance to get your new features and API changes into