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

configHandler support for raw data #44539

Closed
taleinat opened this issue Feb 1, 2007 · 2 comments
Closed

configHandler support for raw data #44539

taleinat opened this issue Feb 1, 2007 · 2 comments
Assignees

Comments

@taleinat
Copy link
Contributor

taleinat commented Feb 1, 2007

BPO 1650174
Nosy @kbkaiser, @taleinat
Files
  • IDLE_configHandler.patch: configHandler.py - initial 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 = 'https://github.com/kbkaiser'
    closed_at = <Date 2007-02-05.06:03:56.000>
    created_at = <Date 2007-02-01.21:55:23.000>
    labels = ['expert-IDLE']
    title = 'configHandler support for raw data'
    updated_at = <Date 2007-02-05.06:03:56.000>
    user = 'https://github.com/taleinat'

    bugs.python.org fields:

    activity = <Date 2007-02-05.06:03:56.000>
    actor = 'kbk'
    assignee = 'kbk'
    closed = True
    closed_date = None
    closer = None
    components = ['IDLE']
    creation = <Date 2007-02-01.21:55:23.000>
    creator = 'taleinat'
    dependencies = []
    files = ['7751']
    hgrepos = []
    issue_num = 1650174
    keywords = ['patch']
    message_count = 2.0
    messages = ['51834', '51835']
    nosy_count = 2.0
    nosy_names = ['kbk', 'taleinat']
    pr_nums = []
    priority = 'low'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1650174'
    versions = []

    @taleinat
    Copy link
    Contributor Author

    taleinat commented Feb 1, 2007

    ConfigParser has support for reading/writing "raw" data, but support for this was simply not implemented in configHandler.py.

    This patch makes IdleConf.GetOption(...) pass on the "raw" keyword argument to the config handlers, which is all that was missing.

    This patch was previously posted as part of the Squeezer patch, but this is a very simple change, and it is now required by a new IDLE extension (currently in development.)

    @kbkaiser
    Copy link
    Contributor

    kbkaiser commented Feb 5, 2007

    rev 53635.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants