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 rprosser
Recipients rprosser, wolma
Date 2016-11-25.12:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480076870.45.0.0375883424956.issue28801@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the prompt reply. I still don't fully understand yet but there aren't any errors reported so I presume that it is OK.

There is another related matter however: PyCharm (2016.2.3) indicates that a get() method signature does not match that of the Mapping class one ...

557
558class RawConfigParser(MutableMapping):

761
762    def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET):


There are other similar cases I believe.

So I am not sure what to make of that, either.
History
Date User Action Args
2016-11-25 12:27:50rprossersetrecipients: + rprosser, wolma
2016-11-25 12:27:50rprossersetmessageid: <1480076870.45.0.0375883424956.issue28801@psf.upfronthosting.co.za>
2016-11-25 12:27:50rprosserlinkissue28801 messages
2016-11-25 12:27:50rprossercreate