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年03月17日 17:52 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg63697 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月17日 17:52 | |
A fixer to change calls from reload() to imp.reload() needs to happen. Plus imp.reload() should come into existence. |
|||
| msg70796 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年08月06日 19:20 | |
A fixer is not going to work for this since it might require an import to work. Instead reload() just needs to be added as imp.reload() and the current warning stays. |
|||
| msg70808 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年08月06日 22:28 | |
Done in r65563. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | nosy:
+ barry github: 46591 |
| 2008年08月06日 22:28:46 | brett.cannon | set | status: open -> closed resolution: fixed messages: + msg70808 |
| 2008年08月06日 19:20:45 | brett.cannon | set | priority: critical -> release blocker assignee: collinwinter -> brett.cannon messages: + msg70796 components: + Extension Modules, - Interpreter Core, 2to3 (2.x to 3.x conversion tool) |
| 2008年03月28日 16:20:40 | collinwinter | set | components: + 2to3 (2.x to 3.x conversion tool) |
| 2008年03月17日 20:10:46 | brett.cannon | set | priority: release blocker -> critical |
| 2008年03月17日 17:56:12 | brett.cannon | set | components: + Interpreter Core, - 2to3 (2.x to 3.x conversion tool) |
| 2008年03月17日 17:52:59 | brett.cannon | create | |