-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments included in values #55
Comments
I won't be able to get into this today, does the behavior replicate on a desktop python? |
Yes, I get the same results in a venv on Ubuntu 23.04 (Python 3.11.4). |
wow, seems like this is a allwinner, the bug got pulled in from the pylib codebase in 3ebb68c in 2016 by me now i gotta figure how that was added/missed in pylib as well |
introduced in pytest-dev/py@ba38736 it seems |
as far as i can tell it seems necessary to elevate this bug to a default feature and allow a "opt out" 😱 |
@jefferyto as far as i can tell now after research, the behavior you observe is indeed intended, but its introduction was a bit roundabout, a design decission is needed on how to change it now |
Thanks for investigating - I'm not really a user of this module so I'm okay with whatever resolution is deemed appropriate. |
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 get:
Note that
# comment
is included with the value ofname1
and the second value ofname1b
. This appears to differ from the output in the readme - is the above the expected/correct output?The text was updated successfully, but these errors were encountered: