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.

classification
Title: fix test_descrtut in p3yk
Type: Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, twouters
Priority: normal Keywords: patch

Created on 2006-04-14 19:40 by twouters, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
p3yk.test_descrtut.diff twouters, 2006-04-14 19:40
Messages (2)
msg50001 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-04-14 19:40
Fixes test_descrtut in p3yk: mostly the difference
between 'print cls' for new-style and classic classes.
Also changed the MRO test for classic/newstyle classes
into an MRO test for implicit/explicit newstyle
classes, instead.
msg50002 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-04-15 09:05
Logged In: YES 
user_id=34209

Checked in.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43210
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2006-04-14 19:40:41twouterscreate