[issue33043] Add a 'Contributing to Docs' link at the bottom of docs.python.org

2019-02-23 Thread Susan Su
Change by Susan Su : -- keywords: +patch pull_requests: +12037 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue33043> ___ _

[issue21150] Add quick links table to argparse docs

2019-02-23 Thread Susan Su
Change by Susan Su : -- keywords: +patch pull_requests: +12036 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue21150> ___ _

[issue21150] Add quick links table to argparse docs

2019-02-13 Thread Susan Su
Susan Su added the comment: I'm available to start working on this bug. Please let me know if any suggestions, concerns or comments come up! Thank you. -- nosy: +suhearsawho ___ Python tracker <https://bugs.python.org/is

[issue33043] Add a 'Contributing to Docs' link at the bottom of docs.python.org

2019-02-13 Thread Susan Su
Susan Su added the comment: I am available to start working on this bug. Please let me know if any issues, concerns, or suggestions come up! Thank you. -- nosy: +suhearsawho ___ Python tracker <https://bugs.python.org/issue33

[issue35500] Align expected and actual calls on mock.assert_called_with error message

2019-02-12 Thread Susan Su
Susan Su added the comment: After taking a look at the assert_called_with function, I noticed that the formatting is inconsistent for the following case: from unittest import mock m = mock.Mock() a = [1, 2, 3, 4] m.assert_called_with(*a) Traceback (most recent call last): File "&quo