[issue31163] Return destination path in Path.rename and Path.replace

2019-05-26 Thread shangdahao
Change by shangdahao : -- keywords: +patch pull_requests: +13489 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/13582 ___ Python tracker <https://bugs.python.org/issu

[issue32337] Dict order is now guaranteed, so add tests and doc for it

2018-02-03 Thread shangdahao
shangdahao added the comment: Thanks zhang, I have updated it in the PR. -- ___ Python tracker <https://bugs.python.org/issue32337> ___ ___ Python-bugs-list m

[issue32339] Make the dict type used in csv.DictReader configurable

2017-12-16 Thread shangdahao
Change by shangdahao : -- keywords: +patch pull_requests: +4799 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue32339> ___ _

[issue32337] Dict order is now guaranteed, so add tests and doc for it

2017-12-22 Thread shangdahao
Change by shangdahao : -- keywords: +patch pull_requests: +4864 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue32337> ___ _

[issue32337] Dict order is now guaranteed, so add tests and doc for it

2017-12-27 Thread shangdahao
shangdahao added the comment: Thanks inada, I removed the tests from the PR. -- nosy: +shangdahao ___ Python tracker <https://bugs.python.org/issue32337> ___ ___