[issue42710] Viewing pydoc API documentation

2020-12-21 Thread Faris Chugthai
New submission from Faris Chugthai : I'm sure that this has been observed before, but I was unable to find the original issue where this was discussed so I'm going to apologize in advance for what is probably a duplicate issue. But why is there no documentation available on the classes

[issue41253] unittest -h shows a flag -s but it doesn't work

2020-07-08 Thread Faris Chugthai
New submission from Faris Chugthai : I'm not 100% sure what's happening here but running: `python -m unittest -h` shows a flag `-s` as does `python -m unittest discover -h`. When run as: `python -m unittest discover -s test` the command runs correctly but when run as `python -m unittest

[issue41227] minor typo in asyncio transport protocol

2020-07-06 Thread Faris Chugthai
New submission from Faris Chugthai : The penultimate sentence in asyncio transport. > The subprocess is created by th loop.subprocess_exec() method: Should be `created by the`. The sentence can be seen here: https://docs.python.org/3.10/library/asyncio-protocol.html?highlight=call_soon#l