iniconfig icon indicating copy to clipboard operation
iniconfig copied to clipboard

Results 6 iniconfig issues
Sort by recently updated
recently updated
newest added

When updating from 1.1.1 to 2.0.0 there were no more tests around.

bug
help wanted

The [Python 3.12 release candidate](https://discuss.python.org/t/python-3-12-0-release-candidate-1-released/31137?u=hugovk) is out! :rocket: > ## Call to action > > We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities...

I'm looking into updating the OpenWrt package for iniconfig (from 1.1.1 to 2.0.0), and when I try the example from the readme with 2.0.0 (using the example ini file) I...

bug

At the moment the parser uses the built-in string strip function (https://github.com/RonnyPfannschmidt/iniconfig/blob/master/iniconfig.py#L134). Nowadays is more and more common that people inadvertently introduce Unicode whitespaces in their configuration. The string strip...

help wanted

Re-include the `testing` folder in the sdist tarball that was present in the 1.x version but not in the 2.x version.

https://github.com/pytest-dev/iniconfig/releases has a single v2.0.0 "unicode maniac" release but v2.1.0 is not released there. This means GitHub will show this on the repo frontpage: ![Image](https://github.com/user-attachments/assets/2787840e-9de5-4975-9ffd-2a5da1390bdb) IMHO either that issue should...