Issue 1495675: Remove types.InstanceType and new.instance (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43417
classification
process
Created on 2006-05-26 18:57 by collinwinter , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
py3k-remove_instance.patch
collinwinter,2006-05-26 18:57
Removes new.instance and types.InstanceType, r46062
Messages (3)
msg50362 - (view)
Author: Collin Winter (collinwinter) *
Date: 2006-05-26 18:57
Remove types.InstanceType and new.instance, since "instances" are a Python 2.x concept. This patch is against SVN r46062 and includes doc patches for Doc/lib/libtypes.tex and Doc/lib/libnew.tex .
msg50363 - (view)
Author: Guido van Rossum (gvanrossum) *
Date: 2006-05-26 19:12
Logged In: YES user_id=6380 Thanks - checked in!
msg50364 - (view)
Author: Guido van Rossum (gvanrossum) *
Date: 2006-05-26 19:12
Logged In: YES user_id=6380 Thanks - checked in!
History
Date
User
Action
Args
2022-04-11 14:56:17
admin
set
github: 43417
2008-01-06 22:29:46
admin
set
keywords: - py3k versions: + Python 3.0
2006-05-26 18:57:27
collinwinter
create