Issue 2368: Fixer needed to change __builtin__ -> builtins
Created on 2008-03-17 19:57 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg63745 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2008-03-17 19:57 | |
'builtins' needs to be added as a module for __builtin__. A fixer will also be needed. |
|||
| msg63755 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2008-03-17 20:22 | |
Guido, is this something you really want to do? To me, it just makes 2.6 more confusing to learn and it doesn't do much in the way of simplifying the transition to 3.0. The 2-to-3 tool can take care of this trivially. |
|||
| msg63781 - (view) | Author: Guido van Rossum (gvanrossum) * ![]() |
Date: 2008-03-17 21:18 | |
Brett meant to add 'builtins' as an alias for __builtin__. I don't think we should do that. However we should have a fixer for this. Assigning to Collin and changing the subject to match. |
|||
| msg70459 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2008-07-31 01:56 | |
We have a fixer for this. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:32 | admin | set | github: 46621 |
| 2008-07-31 01:56:01 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg70459 |
| 2008-03-17 21:18:28 | gvanrossum | set | assignee: gvanrossum -> collinwinter title: Backport __builtin__ to 'builtins' -> Fixer needed to change __builtin__ -> builtins messages: + msg63781 nosy: + collinwinter |
| 2008-03-17 20:35:54 | benjamin.peterson | set | nosy: + benjamin.peterson |
| 2008-03-17 20:22:12 | rhettinger | set | assignee: gvanrossum messages: + msg63755 nosy: + gvanrossum, rhettinger |
| 2008-03-17 20:18:18 | brett.cannon | set | priority: release blocker -> critical |
| 2008-03-17 19:57:04 | brett.cannon | create | |
