Stéphane Wirtel
Stéphane Wirtel
@pganssle thanks for your review, I am going to update this PR asap.
ok, rebased with the last master.
ok, I will check and try to fix that, but because I don't know this part and the main patch was not mine, that will be difficult. but okay for...
@pganssle Are you ready for a new review of this PR? I will continue my PR ;-)
@vstinner I started to rewrite the `_check_invalid_datetime_specs` in C. I need to refactor `date_strptime`
@terryjreedy just updated the description of my issue with `python.exe` on Windows
@ncoghlan thanks for your explanation on cpython/master, about `python -m`, we have 43 references and for `python3 -m` , only 7. on devguide/master, `python -m` -> 7 references, `python3 -m`...
@terryjreedy I don't use Python on Windows and Windows and in this case, your feedback is really important. I just want to find a good solution for this issue with...
@tiran normally we should propose a PR
Hi @Mariatta In a docker image based on the last ubuntu:rolling ``` docker run --rm -it ubuntu:rolling /bin/bash apt-get update && apt-get install -y vim && vim /etc/apt/sources.list # modify...