Richard Prosser added the comment:

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.

----------
hgrepos: +363

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28801>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to