Changes by khyox :
--
pull_requests: +2375
___
Python tracker
<http://bugs.python.org/issue30619>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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