[issue28587] list.index documentation missing start and stop arguments

2016-11-12 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the feedback, Raymond :) I rephrased the docs like the following, what do you think? Return zero-based index in the list of the first item whose value is *x*. It is an error if there is no such item. Optional arguments ``start`` and ``end`` are

[issue20572] subprocess.Popen.wait() undocumented "endtime" parameter

2016-11-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: 1. So, is it ok to remove the endtime parameter now? 2. Can the attached downloadfile.htm be removed? It's a spam. Thanks :) -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/is

[issue28159] Deprecate isdst argument in email.utils.localtime

2016-11-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi Alexander, Is the idea here to raise deprecation warning starting in 3.6 and remove it by 3.8? Thanks :) -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28

[issue20572] subprocess.Popen.wait() undocumented "endtime" parameter

2016-11-18 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Martin :) Attached is the patch where deprecation warning is emitted if endtime argument is passed. Let me know if this works. Thanks :) -- keywords: +patch Added file: http://bugs.python.org/file45532/issue20572.patch

[issue28159] Deprecate isdst argument in email.utils.localtime

2016-11-18 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks David :) So, I found that isdst was never added as method signature in the docs, but it is mentioned in the paragraph. https://docs.python.org/3.7/library/email.util.html?#email.utils.localtime The intention is still just to deprecate isdst argument

[issue20572] subprocess.Popen.wait() undocumented "endtime" parameter

2016-11-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Martin :) Alright, in v2 patch, I added stacklevel=2 parameter and test case for it. Did not find any usage of the endtime parameter in cpython. I'm also thinking that it can be removed in 3.7, considering it's been documented as deprecated

[issue20572] subprocess.Popen.wait() undocumented "endtime" parameter

2016-11-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: lol forgot to upload the patch. Here it is :) -- Added file: http://bugs.python.org/file4/issue20572v2.patch ___ Python tracker <http://bugs.python.org/issue20

[issue20572] subprocess.Popen.wait() undocumented "endtime" parameter

2016-11-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Works for me. Thanks :) Maybe it's ok to close this ticket now? -- ___ Python tracker <http://bugs.python.org/is

[issue28587] list.index documentation missing start and stop arguments

2016-11-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Raymond and Martin :) Not sure what the procedure is for fixing this. Do I upload another patch? -- ___ Python tracker <http://bugs.python.org/issue28

[issue28587] list.index documentation missing start and stop arguments

2016-11-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Raymond. The new set of examples is much better than the previous one. +1 -- ___ Python tracker <http://bugs.python.org/issue28

[issue27825] Make the documentation for statistics' data argument clearer.

2016-11-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Sounds good. Thanks, Raymond :) -- ___ Python tracker <http://bugs.python.org/issue27825> ___ ___ Python-bugs-list mailin

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya via Python-bugs-list
Change by Mariatta Wijaya : -- stage: patch review -> backport needed ___ Python tracker <https://bugs.python.org/issue30449> ___ ___ Python-bugs-list mai

<    8   9   10   11   12   13