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 2012年06月24日 19:55 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg163833 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年06月24日 19:55 | |
Should also update to use unittest discovery. Might also need to update tests to use both _frozen_importlib and importlib._bootstrap. |
|||
| msg165967 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月20日 18:49 | |
New changeset 4cebcfc97774 by Brett Cannon in branch 'default': Issue #15168: Move importlb.test to test.test_importlib. http://hg.python.org/cpython/rev/4cebcfc97774 |
|||
| msg165973 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年07月20日 19:39 | |
Looks like this broke the buildbots. |
|||
| msg165974 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年07月20日 19:42 | |
Fixed by e5c34fe087ef and e2787e926969 |
|||
| msg165975 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月20日 20:25 | |
New changeset f1f480650a0a by Ned Deily in branch 'default': Issue #15168: Ensure test_importlib subdirectories are installed. http://hg.python.org/cpython/rev/f1f480650a0a |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59373 |
| 2012年07月20日 20:25:32 | python-dev | set | messages: + msg165975 |
| 2012年07月20日 19:42:54 | brett.cannon | set | status: open -> closed messages: + msg165974 |
| 2012年07月20日 19:39:28 | r.david.murray | set | status: closed -> open nosy: + r.david.murray messages: + msg165973 |
| 2012年07月20日 18:55:56 | brett.cannon | set | status: open -> closed assignee: brett.cannon resolution: fixed stage: needs patch -> resolved |
| 2012年07月20日 18:49:02 | python-dev | set | nosy:
+ python-dev messages: + msg165967 |
| 2012年06月24日 22:48:15 | eric.snow | set | nosy:
+ eric.snow |
| 2012年06月24日 19:57:58 | ezio.melotti | set | nosy:
+ ezio.melotti type: enhancement stage: needs patch |
| 2012年06月24日 19:55:30 | brett.cannon | create | |