Jason R. Coombs
Jason R. Coombs
If I recall correctly, Setuptools' (current) design is to write out a manifest of files, based on `MANIFEST.in` to `SOURCES.txt`. Without that manifest, setuptools wouldn't know in the sdist which...
After reviewing the code, I can add some detail. The escape hatch was created to avoid network access for the fallback behavior when the `trove_classifiers` package isn't present. It assumes...
Not sure why this wasn't merged. I'm going to close, but feel free to re-open and merge instead.
Looks great. Thanks!
To add some color to this discussion, I'm working on a build/test [system](https://bit.ly/coherent-system) that aims to move a lot of the project configuration into tooling and infrastructure. It assumes that...
In bpo-39103, I filed a bug relating to this issue. I'd like for Python to provide a portable implementation of strftime instead of just documenting that the version isn't portable....
The tempora library implements a [portable strftime](https://tempora.readthedocs.io/en/latest/index.html#tempora.strftime).
In the docstring for that class, it mentions "Do not edit the code in this class except to update functionality as implemented in distutils. Instead, override in the subclass." That...
Do we know why this issue wasn't picked up by build bots?
Relevant code is here: https://github.com/python/cpython/blob/a0434075108efe6acdfba34f42545f4d80ac9a5e/Lib/test/test_pdb.py#L3564-L3580