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 2008年07月11日 01:51 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg69526 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年07月11日 01:51 | |
The fixer for dbm to dbm.ndbm fails test_fixers.Test_imports . |
|||
| msg69527 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年07月11日 02:21 | |
The failure seems to be from anydbm being mapped directly to dbm: import anydbm -> import dbm -> import dbm.ndbm A separate pass might be needed to handle dbm properly so that an import is not changed multiple times. |
|||
| msg69531 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年07月11日 04:11 | |
I have a potential solution brewing; running the full test suite to verify. |
|||
| msg69533 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年07月11日 05:57 | |
r64870 has the fix through fix_imports2. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:36 | admin | set | github: 47587 |
| 2008年07月12日 19:55:38 | brett.cannon | unlink | issue2775 dependencies |
| 2008年07月11日 05:57:07 | brett.cannon | set | status: pending -> closed resolution: fixed messages: + msg69533 |
| 2008年07月11日 04:11:31 | brett.cannon | set | status: open -> pending messages: + msg69531 |
| 2008年07月11日 02:21:19 | brett.cannon | set | messages: + msg69527 |
| 2008年07月11日 01:52:22 | brett.cannon | link | issue2775 dependencies |
| 2008年07月11日 01:51:42 | brett.cannon | create | |