[issue28919] Simplify `_copy_func_details` in unittest.mock

2016-12-14 Thread Berker Peksag
Berker Peksag added the comment: Thanks, Jiajun! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue28919] Simplify `_copy_func_details` in unittest.mock

2016-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset bbdfde7958a8 by Berker Peksag in branch 'default': Issue #28919: Simplify _copy_func_details() in unittest.mock https://hg.python.org/cpython/rev/bbdfde7958a8 -- nosy: +python-dev ___ Python tracker

[issue28919] Simplify `_copy_func_details` in unittest.mock

2016-12-13 Thread Berker Peksag
Berker Peksag added the comment: I will commit your patch today if Michael doesn't beat me to it. -- ___ Python tracker ___

[issue28919] Simplify `_copy_func_details` in unittest.mock

2016-12-13 Thread Jiajun Huang
Jiajun Huang added the comment: So what should I do next to make the code being merged into CPython? I am new to mercurial(or just wait for it?). -- ___ Python tracker

[issue28919] Simplify `_copy_func_details` in unittest.mock

2016-12-12 Thread Michael Foord
Michael Foord added the comment: Yep, looks good to me to. -- ___ Python tracker ___ ___ Python-bugs-list

[issue28919] Simplify `_copy_func_details` in unittest.mock

2016-12-12 Thread Berker Peksag
New submission from Berker Peksag: Thanks for the patch. I only did a quick review, but it looks good to me. -- nosy: +berker.peksag, michael.foord stage: -> patch review ___ Python tracker

[issue28919] Simplify `_copy_func_details` in unittest.mock

2016-12-09 Thread Jiajun Huang
Changes by Jiajun Huang : -- components: Library (Lib) files: mock.patch keywords: patch nosy: Jiajun Huang priority: normal pull_requests: 2 severity: normal status: open title: Simplify `_copy_func_details` in unittest.mock type: enhancement versions: Python 3.7