Make csv.Dialect attributes skipinitialspace, doublequote and strict booleans

BPO 34197
Nosy @serhiy-storchaka, @tirkarthi
PRs
  • bpo-34197: Make _csv.Dialect attributes booleans. #8440
  • 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 2018-07-26.11:35:42.846>
    created_at = <Date 2018-07-23.11:06:28.352>
    labels = ['3.8', 'type-feature', 'library']
    title = 'Make csv.Dialect attributes skipinitialspace, doublequote and strict booleans'
    updated_at = <Date 2018-07-26.11:35:42.845>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-07-26.11:35:42.845>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-07-26.11:35:42.846>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2018-07-23.11:06:28.352>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34197
    keywords = ['patch']
    message_count = 4.0
    messages = ['322193', '322309', '322312', '322410']
    nosy_count = 2.0
    nosy_names = ['serhiy.storchaka', 'xtreak']
    pr_nums = ['8440']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue34197'
    versions = ['Python 3.8']