Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove types.InstanceType and new.instance #43417

Closed
collinwinter mannequin opened this issue May 26, 2006 · 3 comments
Closed

Remove types.InstanceType and new.instance #43417

collinwinter mannequin opened this issue May 26, 2006 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@collinwinter
Copy link
Mannequin

collinwinter mannequin commented May 26, 2006

BPO 1495675
Nosy @gvanrossum
Files
  • py3k-remove_instance.patch: Removes new.instance and types.InstanceType, r46062
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/gvanrossum'
    closed_at = <Date 2008-01-06.22:29:46.602>
    created_at = <Date 2006-05-26.18:57:27.000>
    labels = ['library']
    title = 'Remove types.InstanceType and new.instance'
    updated_at = <Date 2008-01-06.22:29:46.602>
    user = 'https://bugs.python.org/collinwinter'

    bugs.python.org fields:

    activity = <Date 2008-01-06.22:29:46.602>
    actor = 'admin'
    assignee = 'gvanrossum'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2006-05-26.18:57:27.000>
    creator = 'collinwinter'
    dependencies = []
    files = ['7289']
    hgrepos = []
    issue_num = 1495675
    keywords = ['patch']
    message_count = 3.0
    messages = ['50362', '50363', '50364']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'collinwinter']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1495675'
    versions = ['Python 3.0']

    @collinwinter
    Copy link
    Mannequin Author

    collinwinter mannequin commented May 26, 2006

    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.

    @collinwinter collinwinter mannequin closed this as completed May 26, 2006
    @collinwinter collinwinter mannequin assigned gvanrossum May 26, 2006
    @collinwinter collinwinter mannequin added the stdlib Python modules in the Lib dir label May 26, 2006
    @collinwinter collinwinter mannequin closed this as completed May 26, 2006
    @collinwinter collinwinter mannequin assigned gvanrossum May 26, 2006
    @collinwinter collinwinter mannequin added the stdlib Python modules in the Lib dir label May 26, 2006
    @gvanrossum
    Copy link
    Member

    Logged In: YES
    user_id=6380

    Thanks - checked in!

    1 similar comment
    @gvanrossum
    Copy link
    Member

    Logged In: YES
    user_id=6380

    Thanks - checked in!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant