[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-22 Thread khyox
Changes by khyox <jse@gmail.com>: -- pull_requests: +2375 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30619> ___ __

[issue30619] typing.Union doc incoherence in case a class and its subclass are present

2017-06-09 Thread khyox
New submission from khyox: In https://docs.python.org/3.6/library/typing.html#typing.Union, when giving details for Union and in the case when a class and its subclass are present, the doc states: When a class and its subclass are present, the former is skipped, e.g.: Union[int

[issue26094] ConfigParser.get() doc to be updated according to the configparser.py header doc

2016-01-12 Thread khyox
New submission from khyox: For the sake of clarity, in https://docs.python.org/3.5/library/configparser.html#configparser.ConfigParser the ConfigParser.get() method doc could be properly updated with merging the information written in the header doc of the source file, as found in https