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: Remove types.InstanceType and new.instance
Type: Stage:
Components: Library (Lib) Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: collinwinter, gvanrossum
Priority: normal Keywords: patch

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) * (Python committer) 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) * (Python committer) Date: 2006-05-26 19:12
Logged In: YES 
user_id=6380

Thanks - checked in!
msg50364 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) 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:17adminsetgithub: 43417
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2006-05-26 18:57:27collinwintercreate