[issue2565] Change 'type' to 'class' in repr/str(builtin-class)

2008-04-06 Thread Terry J. Reedy
New submission from Terry J. Reedy [EMAIL PROTECTED]: 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'

[issue2565] Change 'type' to 'class' in repr/str(builtin-class)

2008-04-06 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: So which one should it be: type or class? -- nosy: +loewis __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2565 __

[issue2565] Change 'type' to 'class' in repr/str(builtin-class)

2008-04-06 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: This is now fixed in r62203. -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2565 __