This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年11月14日 20:56 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_importlib_asserts.patch | serhiy.storchaka, 2013年11月14日 20:56 | review | ||
| Messages (7) | |||
|---|---|---|---|
| msg202885 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年11月14日 20:56 | |
The proposed patch makes the importlib package tests use more specific asserts. This will provide more useful failure report. |
|||
| msg202936 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2013年11月15日 11:07 | |
Adding a dependency on the PEP 451 implementation - we should merge that first to ensure it doesn't encounter any conflicts. |
|||
| msg203084 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年11月16日 21:13 | |
Patch LGTM. |
|||
| msg222298 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月04日 17:46 | |
Can we have a commit review on this please. I've already asked for reviews on #18864 and its dependencies. |
|||
| msg222356 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2014年07月05日 13:30 | |
Ezio already gave a commit review. Serhiy just needs to commit it himself. |
|||
| msg222448 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年07月07日 11:09 | |
New changeset f426bd85f808 by Serhiy Storchaka in branch '3.4': Issue #19593: Use specific asserts in importlib tests. http://hg.python.org/cpython/rev/f426bd85f808 New changeset cace5cc29df0 by Serhiy Storchaka in branch 'default': Issue #19593: Use specific asserts in importlib tests. http://hg.python.org/cpython/rev/cace5cc29df0 |
|||
| msg222449 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年07月07日 11:15 | |
Thanks Ezio for the review. I hope issue18864 will be merged without conflicts. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:53 | admin | set | github: 63792 |
| 2014年07月07日 11:15:52 | serhiy.storchaka | set | status: open -> closed stage: commit review -> resolved versions: + Python 3.4 |
| 2014年07月07日 11:15:11 | serhiy.storchaka | set | resolution: fixed dependencies: - Implementation for PEP 451 (importlib.machinery.ModuleSpec) messages: + msg222449 |
| 2014年07月07日 11:09:41 | python-dev | set | nosy:
+ python-dev messages: + msg222448 |
| 2014年07月05日 13:30:27 | brett.cannon | set | assignee: serhiy.storchaka messages: + msg222356 stage: patch review -> commit review |
| 2014年07月04日 17:46:18 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg222298 versions: + Python 3.5, - Python 3.4 |
| 2013年11月16日 21:13:46 | ezio.melotti | set | nosy:
+ ezio.melotti messages: + msg203084 |
| 2013年11月15日 11:07:12 | ncoghlan | set | dependencies:
+ Implementation for PEP 451 (importlib.machinery.ModuleSpec) messages: + msg202936 |
| 2013年11月14日 21:02:18 | serhiy.storchaka | link | issue16510 dependencies |
| 2013年11月14日 20:56:23 | serhiy.storchaka | create | |