[Python-Dev] any way to subscribe to bugs and PRs on a particular topic?

Serhiy Storchaka storchaka at gmail.com
Tue Dec 4 14:42:10 EST 2018


04.12.18 21:13, Chris Withers пише:
> I'd like to see if I can help with unittest.mock, but don't have a huge 
> amount of bandwidth and can't even parse let alone process the whole 
> firehose of bpo and GH PRs.
> 
> Is there  any way I can get bugs.python.org and github PRs to only tell 
> me about things, preferably by email, that affect or involve unittest.mock?

You can add yourself into the experts list:
https://github.com/python/devguide/blob/master/experts.rst. This will 
help to add you to nosy list in new issues.

You can find existing unittest.mock related issues and PRs by using 
search on the bug tracker and GitHub.



More information about the Python-Dev mailing list