[issue37439] Add random.binomialvariate()

2019-07-01 Thread Avinash Sajjanshetty
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

[issue37439] Add random.binomialvariate()

2019-07-01 Thread Avinash Sajjanshetty
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/issu

[issue36497] Undocumented behavior in csv.Sniffer (preferred delimiters)

2019-06-30 Thread Avinash Sajjanshetty
Avinash Sajjanshetty added the comment: can I take up this issue? -- nosy: +avi ___ Python tracker <https://bugs.python.org/issue36497> ___ ___ Python-bug

[issue36689] docs: os.path.commonpath raises ValueError for different drives

2019-06-30 Thread Avinash Sajjanshetty
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/issue36

[issue36167] DOC: Incorrect capitalization in Programming FAQ

2019-06-29 Thread Avinash Sajjanshetty
Change by Avinash Sajjanshetty : -- pull_requests: +14299 pull_request: https://github.com/python/cpython/pull/14482 ___ Python tracker <https://bugs.python.org/issue36

[issue36167] DOC: Incorrect capitalization in Programming FAQ

2019-06-29 Thread Avinash Sajjanshetty
Avinash Sajjanshetty added the comment: I would like to send a PR for this -- nosy: +avi ___ Python tracker <https://bugs.python.org/issue36167> ___ ___ Pytho

[issue18108] shutil.chown should support dir_fd and follow_symlinks keyword arguments

2019-06-29 Thread Avinash Sajjanshetty
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/issue18

[issue7202] "python setup.py cmd --verbose" does not set verbosity

2019-06-29 Thread Avinash Sajjanshetty
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