[issue7202] "python setup.py cmd --verbose" does not set verbosity
Avinash Sajjanshetty added the comment: I would like to take this up task and propose a patch. However, I am not able to reproduce this issue on my machine (3.7.1). Does the issue seem to be fixed? Here is what I tried: 1. python setup.py --verbose build I got the verbose build, as expected. 2. python setup.py build --verbose In this case, it seems to have ignored the verbose option, as I got a normal (non-verbose) output. 3. since the issue is with `verbose`, I tried quiet. python setup.py --quiet build I got a quiet build. 4. python setup.py build --quiet it ignored the quiet option, as I got a normal output. 5. I also tried a non-existent option. In the following both cases, I got an error saying error: option --qqqp not recognized for python setup.py --qqqp build and python setup.py build --qqqp -- nosy: +avi ___ Python tracker <https://bugs.python.org/issue7202> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue18108] shutil.chown should support dir_fd and follow_symlinks keyword arguments
Avinash Sajjanshetty added the comment: I was looking for an easy patch to submit. I can take an attempt at this? -- nosy: +avi ___ Python tracker <https://bugs.python.org/issue18108> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36167] DOC: Incorrect capitalization in Programming FAQ
Avinash Sajjanshetty added the comment: I would like to send a PR for this -- nosy: +avi ___ Python tracker <https://bugs.python.org/issue36167> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36167] DOC: Incorrect capitalization in Programming FAQ
Change by Avinash Sajjanshetty : -- pull_requests: +14299 pull_request: https://github.com/python/cpython/pull/14482 ___ Python tracker <https://bugs.python.org/issue36167> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36689] docs: os.path.commonpath raises ValueError for different drives
Avinash Sajjanshetty added the comment: status of issue should be closed? cos the related PR is already merged -- nosy: +avi ___ Python tracker <https://bugs.python.org/issue36689> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36497] Undocumented behavior in csv.Sniffer (preferred delimiters)
Avinash Sajjanshetty added the comment: can I take up this issue? -- nosy: +avi ___ Python tracker <https://bugs.python.org/issue36497> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37439] Add random.binomialvariate()
Change by Avinash Sajjanshetty : -- keywords: +patch pull_requests: +14343 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14530 ___ Python tracker <https://bugs.python.org/issue37439> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37439] Add random.binomialvariate()
Avinash Sajjanshetty added the comment: @Mark - Newb here and before I could see your reply, I sent a PR cos I thought simple implementation provided by Raymond Hettinger was good enough. Shall I update the PR? I will add the tests soon. -- nosy: +avi ___ Python tracker <https://bugs.python.org/issue37439> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com