[Python-Dev] Re: Is anyone relying on new-bugs-announce/python-bugs-list/bugs.python.org summaries

2021-08-25 Thread Marc-Andre Lemburg
workflow. Feel free > to chime in here or on the migration issues directly with your > use-case: > > 1. https://github.com/psf/gh-migration/issues/6 > 2. https://github.com/psf/gh-migration/issues/7 -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1,

[Python-Dev] Re: Should PEP 8 be updated for Python 3 only?

2021-08-26 Thread Marc-Andre Lemburg
the stdlib, since UTF-8 is widely accepted by now and why should people with non-ASCII names not be able to write their true name ? You may have noted that I rarely do... the reason is that in the past, the accent on the "e" caused me too many problems. Perhaps one of

[Python-Dev] Re: The Default for python -X frozen_modules.

2021-09-28 Thread Marc-Andre Lemburg
On 28.09.2021 14:26, Filipe LaĆ­ns wrote: > On Tue, 2021-09-28 at 10:22 +0200, Marc-Andre Lemburg wrote: >> On 27.09.2021 18:51, Eric Snow wrote: >>> We've frozen most of the stdlib modules imported during "python -c >>> pass" [1][2], to make startup a

[Python-Dev] Re: The Default for python -X frozen_modules.

2021-09-28 Thread Marc-Andre Lemburg
sounds like a good solution, but how would you detect "running from the source tree" ? This sounds like you need another stat call somewhere, which is what the frozen modules try to avoid. I'd like to suggest adding an environment variable to enable / disable the setting instead. This

[Python-Dev] Re: The Default for python -X frozen_modules.

2021-09-28 Thread Marc-Andre Lemburg
On 28.09.2021 10:22, Marc-Andre Lemburg wrote: > On 27.09.2021 18:51, Eric Snow wrote: >> We've frozen most of the stdlib modules imported during "python -c >> pass" [1][2], to make startup a bit faster. Import of those modules >> is controlled by "-X

[Python-Dev] Re: Having Sorted Containers in stdlib?

2021-11-12 Thread Marc-Andre Lemburg
opular or used a lot in CI/CD setups. Perhaps there's a reverse dependency graph we could use to find out why the package is downloaded this often. I remember having seen a project which does this, but have lost the URL. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the E

[Python-Dev] Re: Having Sorted Containers in stdlib?

2021-11-12 Thread Marc-Andre Lemburg
On 12.11.2021 17:46, Bob Fang wrote: > > >> On 12 Nov 2021, at 16:32, Marc-Andre Lemburg > <mailto:m...@egenix.com>> wrote: >> >> Perhaps there's a reverse dependency graph we could use to find out >> why the package is downloaded this often. I re

[Python-Dev] Re: Preventing Unicode-related gotchas (Was: pre-PEP: Unicode Security Considerations for Python)

2021-11-15 Thread Marc-Andre Lemburg
application flow to be different). >> Then there's the question of when this normalization happens (and when it >> doesn't). It happens in the parser when reading a non-ASCII identifier (see Parser/pegen.c), so only applies to source code, not attributes you dynamically add to e.g. c

[Python-Dev] Re: pre-PEP: Unicode Security Considerations for Python

2021-11-02 Thread Marc-Andre Lemburg
Thanks for writing this up. I'm not sure whether a PEP is the right place for such documentation, though. Wouldn't it be more visible in the standard Python documentation ? -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Nov 02 2021) >>> Python Pro

[Python-Dev] Re: pre-PEP: Unicode Security Considerations for Python

2021-11-03 Thread Marc-Andre Lemburg
pecial editor settings, code linters or security scanners. I don't think limiting the source code encoding is the right approach to making code more secure. Instead, tooling has to be used to detect potentially malicious code points in code. -- Marc-Andre Lemburg eGe

[Python-Dev] Re: [python-committers] Sad news from Zurich

2021-12-12 Thread Marc-Andre Lemburg
nix.com Professional Python Services directly from the Experts (#1, Dec 12 2021) >>> Python Projects, Coaching and Support ...https://www.egenix.com/ >>> Python Product Development ...https://consulting.egenix.com/ ________ ::: We implement business ideas - efficiently i

[Python-Dev] Re: It's now time to deprecate the stdlib urllib module

2022-02-08 Thread Marc-Andre Lemburg
e dealt with on PyPI, as it is already happening. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Feb 08 2022) >>> Python Projects, Coaching and Support ...https://www.egenix.com/ >>> Python Product Development ..

[Python-Dev] Re: Summary of Python tracker Issues

2022-06-18 Thread Marc-Andre Lemburg
>> Python-Dev mailing list -- python-dev@python.org >> To unsubscribe send an email to python-dev-le...@python.org >> https://mail.python.org/mailman3/lists/python-dev.python.org/ >> Message archived at >> https://mail.python.org/archives/list/python-dev@

[Python-Dev] Re: Retiring this mailing list ?

2023-11-25 Thread Marc-Andre Lemburg
. The archives will remain available for reference and software archeologists: https://mail.python.org/archives/list/python-dev@python.org/ Thanks, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Nov 25 2023) Python Projects, Coaching and Support

[Python-Dev] Re: Retiring this mailing list ?

2023-11-15 Thread Marc-Andre Lemburg
On 14.11.2023 19:21, Steve Holden wrote: On Mon, 13 Nov 2023 at 10:18, Marc-Andre Lemburg wrote: [...] Question: Should we retire and archive this mailing list ? (I'm asking as one of the maintainers of the ML) [...] Hi Marc-Andre, Maybe just require senders to be members

[Python-Dev] Re: Retiring this mailing list ?

2023-11-16 Thread Marc-Andre Lemburg
it was already deprecated. I'll wait until next week and then get the process of archiving the list going. --Guido (mobile) On Mon, Nov 13, 2023 at 02:19 Marc-Andre Lemburg wrote: Hello everyone, for quite a while now, core discussions have moved to Discourse and people

[Python-Dev] Retiring this mailing list ?

2023-11-13 Thread Marc-Andre Lemburg
of the maintainers of the ML) Thanks, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Nov 13 2023) >>> Python Projects, Coaching and Support ...https://www.egenix.com/ >>> Python Product Development ...https://con