This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author noirbizarre
Recipients berker.peksag, dstufft, eric.araujo, jaraco, noirbizarre
Date 2016-12-12.13:37:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481549855.39.0.78730318043.issue28935@psf.upfronthosting.co.za>
In-reply-to
Content
You're welcome.

I understand the backward compatibility point. But I think that the current state is breaking existing code as it's not documented anywhere and it's a side-effect of another change, not something intentionnal.
(this is why I submitted this issue because I'm developing a tool which use the setup.cfg file to store data and it is broken in Python 3. I saw a lot of bug reports on different tools with the same issue (ex: nosetest configuration)

I cannot use %% for many reason:
- it will not work with Python 2.x (problematic for 2/3 cross compatibility)
- it needs every tools to know that in Python 3, they have to change their parser

Right now, I'm supporting configuration into an external file for Python 3.x

Thanks for your response ! I hope that it can be integrated into future releases (noted the point on 3.3/3.4).
History
Date User Action Args
2016-12-12 13:37:35noirbizarresetrecipients: + noirbizarre, jaraco, eric.araujo, berker.peksag, dstufft
2016-12-12 13:37:35noirbizarresetmessageid: <1481549855.39.0.78730318043.issue28935@psf.upfronthosting.co.za>
2016-12-12 13:37:35noirbizarrelinkissue28935 messages
2016-12-12 13:37:35noirbizarrecreate