unicode(x) for weakref.proxy objects invokes __str__ instead of __unicode__

BPO 5037
Nosy @ncoghlan, @benjaminp
Files
  • weakref_unicode.patch
  • 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 2009-11-19.03:01:08.967>
    created_at = <Date 2009-01-23.15:02:41.692>
    labels = ['interpreter-core', 'type-bug']
    title = 'unicode(x) for weakref.proxy objects invokes __str__ instead of __unicode__'
    updated_at = <Date 2009-11-19.03:01:08.966>
    user = 'https://bugs.python.org/Taldor'

    bugs.python.org fields:

    activity = <Date 2009-11-19.03:01:08.966>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-11-19.03:01:08.967>
    closer = 'benjamin.peterson'
    components = ['Interpreter Core']
    creation = <Date 2009-01-23.15:02:41.692>
    creator = 'Taldor'
    dependencies = []
    files = ['12847']
    hgrepos = []
    issue_num = 5037
    keywords = ['patch', 'needs review']
    message_count = 7.0
    messages = ['80416', '80423', '80433', '80455', '80468', '95422', '95463']
    nosy_count = 4.0
    nosy_names = ['ncoghlan', 'ggenellina', 'benjamin.peterson', 'Taldor']
    pr_nums = []
    priority = 'high'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue5037'
    versions = ['Python 2.6', 'Python 2.7']