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年04月07日 00:30 by terry.reedy, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg65058 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2008年04月07日 00:29 | |
From py3 devel list today: ------------------------------------------------------------------------ > r23331 | gvanrossum | 2001年09月25日 05:56:29 +0200 (Di, 25 Sep 2001) | 5 lines > > Change repr() of a new-style class to say <class 'ClassName'> rather > than <type 'ClassName'>. Exception: if it's a built-in type or an > extension type, continue to call it <type 'ClassName>. ------------------------------------------------------------------------ Well, if we're going to break user code, 3.0 is the time to do it. :-) |
|||
| msg65062 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年04月07日 03:29 | |
So which one should it be: type or class? |
|||
| msg65064 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2008年04月07日 04:31 | |
Finish the change from 'type' to 'class' (See carefully written title ;-) |
|||
| msg65066 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年04月07日 05:44 | |
This is now fixed in r62203. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:33 | admin | set | github: 46817 |
| 2008年04月07日 05:44:14 | loewis | set | status: open -> closed resolution: fixed messages: + msg65066 |
| 2008年04月07日 04:31:40 | terry.reedy | set | messages: + msg65064 |
| 2008年04月07日 03:29:52 | loewis | set | nosy:
+ loewis messages: + msg65062 |
| 2008年04月07日 00:30:01 | terry.reedy | create | |