[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Henk-Jaap for the PR. It's been merged. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-10 Thread Henk-Jaap Wagenaar
Henk-Jaap Wagenaar added the comment: Hi Mariatta, Thanks for pointing that out about 3.5. Is that also why the build failed!? I found it hard to parse travis' output and was surprised it failed. Thanks for letting me know---getting it fixed. I have added my github account to the other one, s

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Henk-Jaap, 3.5 branch is now on security fix only, so only the backport to 3.6 will be accepted. It seems like you have two bug tracker accounts? Did you register with two different email address? It appears that the CLA is received for one of your acc

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-09 Thread Henk-Jaap Wagenaar
Henk-Jaap Wagenaar added the comment: I submitted a pull request for both 3.5 and 3.6 finding 2 locations using search and find. I also replayed Raymond's example (with _collections as well) and got the documentation as expected on my custom builds of 3.5/3.6. I submitted my CLA on 26th August

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-09 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3464 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-09 Thread Roundup Robot
Changes by Roundup Robot : -- keywords: +patch pull_requests: +3463 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyt

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-07 Thread Sourav Singh
Sourav Singh added the comment: I am interested in working on the issue. Where do I need to make the fix? -- nosy: +Sourav Singh ___ Python tracker ___ __

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +easy stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue31345] Backport docstring improvements to the C version of OrderedDict

2017-09-04 Thread Raymond Hettinger
New submission from Raymond Hettinger: The help() for collections.OrderedDict.popitem is not showing the default value of last=True. --- Prior versions are unhelpful -- ~/npython $ python3.6 Python 3.6.2 (v3.6.2:5fd33b5926, Jul 16 2017, 20:11:06) [GCC 4.2.1 (Apple Inc. b