Skip to content

dbm.open() encodes filename with default encoding rather than the filesystem encoding #77103

@JoshFriend

Description

@JoshFriend
BPO 32922
Nosy @arigo, @serhiy-storchaka, @miss-islington, @iritkatriel
PRs
  • bpo-32922: dbm.open() now encodes filename with the filesystem encoding. #5832
  • [3.7] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) #5905
  • [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832). #5906
  • 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/serhiy-storchaka'
    closed_at = <Date 2020-10-04.16:29:39.358>
    created_at = <Date 2018-02-23.15:11:08.664>
    labels = ['3.7', '3.8', 'type-bug', 'library']
    title = 'dbm.open() encodes filename with default encoding rather than the filesystem encoding'
    updated_at = <Date 2020-10-04.16:29:39.357>
    user = 'https://bugs.python.org/JoshFriend'

    bugs.python.org fields:

    activity = <Date 2020-10-04.16:29:39.357>
    actor = 'Josh Friend'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2020-10-04.16:29:39.358>
    closer = 'Josh Friend'
    components = ['Library (Lib)']
    creation = <Date 2018-02-23.15:11:08.664>
    creator = 'Josh Friend'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32922
    keywords = ['patch']
    message_count = 8.0
    messages = ['312636', '312649', '312664', '312925', '312927', '312977', '377942', '377960']
    nosy_count = 5.0
    nosy_names = ['arigo', 'serhiy.storchaka', 'Josh Friend', 'miss-islington', 'iritkatriel']
    pr_nums = ['5832', '5905', '5906']
    priority = 'normal'
    resolution = None
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32922'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions