os.path.ismount does not accept bytes objects

BPO 32693
Nosy @pfmoore, @tjguk, @zware, @zooba
Superseder
  • bpo-32556: support bytes paths in nt _getdiskusage, _getvolumepathname, and _getfinalpathname
  • 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 2018-01-28.21:12:56.488>
    created_at = <Date 2018-01-28.11:16:16.002>
    labels = ['type-bug', '3.7', 'OS-windows']
    title = 'os.path.ismount does not accept bytes objects'
    updated_at = <Date 2018-01-28.21:12:56.487>
    user = 'https://bugs.python.org/NikolayAleksandrovichPavlov'

    bugs.python.org fields:

    activity = <Date 2018-01-28.21:12:56.487>
    actor = 'eryksun'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-01-28.21:12:56.488>
    closer = 'eryksun'
    components = ['Windows']
    creation = <Date 2018-01-28.11:16:16.002>
    creator = 'Nikolay Aleksandrovich Pavlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32693
    keywords = []
    message_count = 1.0
    messages = ['310936']
    nosy_count = 5.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'Nikolay Aleksandrovich Pavlov']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '32556'
    type = 'behavior'
    url = 'https://bugs.python.org/issue32693'
    versions = ['Python 3.6', 'Python 3.7']