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 lukasz.langa
Recipients jahschwa, lukasz.langa
Date 2016-08-16.18:34:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471372463.55.0.592177531557.issue27762@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry but we can't do anything about this for Python 2.7 anymore. There's a big danger of altering how existing config files in the wild are being parsed, which is why we only broke compatibility once, with the release of Python 3.2. Even then, doing it very carefully, we found a few instances of painful parsing differences (.pypirc being the most widely spread example).

So, the fix here is to switch to Python 3 or use the configparser backport available on PyPI.
History
Date User Action Args
2016-08-16 18:34:23lukasz.langasetrecipients: + lukasz.langa, jahschwa
2016-08-16 18:34:23lukasz.langasetmessageid: <1471372463.55.0.592177531557.issue27762@psf.upfronthosting.co.za>
2016-08-16 18:34:23lukasz.langalinkissue27762 messages
2016-08-16 18:34:23lukasz.langacreate