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

PropertyType is not defined in types.py #35990

Closed
nnorwitz mannequin opened this issue Jan 29, 2002 · 3 comments
Closed

PropertyType is not defined in types.py #35990

nnorwitz mannequin opened this issue Jan 29, 2002 · 3 comments
Labels
stdlib Python modules in the Lib dir

Comments

@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Jan 29, 2002

BPO 509965
Nosy @loewis
Files
  • patch-types: patch to add PropertyType
  • 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 = None
    closed_at = <Date 2002-01-31.02:32:03.000>
    created_at = <Date 2002-01-29.00:47:48.000>
    labels = ['library']
    title = 'PropertyType is not defined in types.py'
    updated_at = <Date 2002-01-31.02:32:03.000>
    user = 'https://bugs.python.org/nnorwitz'

    bugs.python.org fields:

    activity = <Date 2002-01-31.02:32:03.000>
    actor = 'nnorwitz'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2002-01-29.00:47:48.000>
    creator = 'nnorwitz'
    dependencies = []
    files = ['3925']
    hgrepos = []
    issue_num = 509965
    keywords = ['patch']
    message_count = 3.0
    messages = ['38805', '38806', '38807']
    nosy_count = 2.0
    nosy_names = ['loewis', 'nnorwitz']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue509965'
    versions = ['Python 2.3']

    @nnorwitz
    Copy link
    Mannequin Author

    nnorwitz mannequin commented Jan 29, 2002

    types.py doesn't define PropertyType.
    The attached patch defines it.

    @nnorwitz nnorwitz mannequin closed this as completed Jan 29, 2002
    @nnorwitz nnorwitz mannequin added the stdlib Python modules in the Lib dir label Jan 29, 2002
    @nnorwitz nnorwitz mannequin closed this as completed Jan 29, 2002
    @nnorwitz nnorwitz mannequin added the stdlib Python modules in the Lib dir label Jan 29, 2002
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Jan 30, 2002

    Logged In: YES
    user_id=21627

    What would be wrong with

    PropertyType = property

    In the light of the new-style builtins, is that even needed?

    @nnorwitz
    Copy link
    Mannequin Author

    nnorwitz mannequin commented Jan 31, 2002

    Logged In: YES
    user_id=33168

    I did this thinking about things the old way (pre-2.2)
    and trying to keep consistency.

    After thinking about it, I don't think it's worthwhile
    to implement this patch, so I'm closing it.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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

    0 participants