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

Read support for Records in msilib #46378

Closed
flub mannequin opened this issue Feb 15, 2008 · 2 comments
Closed

Read support for Records in msilib #46378

flub mannequin opened this issue Feb 15, 2008 · 2 comments
Assignees
Labels
extension-modules C modules in the Modules dir OS-windows stdlib Python modules in the Lib dir

Comments

@flub
Copy link
Mannequin

flub mannequin commented Feb 15, 2008

BPO 2125
Nosy @loewis
Files
  • msilib.diff: Patch from read support of MSI records
  • 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/loewis'
    closed_at = <Date 2008-06-02.08:43:31.671>
    created_at = <Date 2008-02-15.16:35:36.675>
    labels = ['extension-modules', 'library', 'OS-windows']
    title = 'Read support for Records in msilib'
    updated_at = <Date 2008-06-02.08:43:31.670>
    user = 'https://bugs.python.org/flub'

    bugs.python.org fields:

    activity = <Date 2008-06-02.08:43:31.670>
    actor = 'loewis'
    assignee = 'loewis'
    closed = True
    closed_date = <Date 2008-06-02.08:43:31.671>
    closer = 'loewis'
    components = ['Extension Modules', 'Library (Lib)', 'Windows']
    creation = <Date 2008-02-15.16:35:36.675>
    creator = 'flub'
    dependencies = []
    files = ['9437']
    hgrepos = []
    issue_num = 2125
    keywords = ['patch']
    message_count = 2.0
    messages = ['62432', '67632']
    nosy_count = 2.0
    nosy_names = ['loewis', 'flub']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue2125'
    versions = ['Python 2.6', 'Python 2.5']

    @flub
    Copy link
    Mannequin Author

    flub mannequin commented Feb 15, 2008

    The msilib documentation mentions that read support of MSI files is
    supported, however the actual methods on the Record class for it are
    missing. This patch wraps two more functions from the MSI API to the
    record class, enabling to read integers and strings. The only one left
    then (AFAIK) is "Stream" but I didn't need that so couldn't test it.

    @flub flub mannequin added extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir OS-windows labels Feb 15, 2008
    @jafo jafo mannequin changed the title [patch] Read support for Records in msilib Read support for Records in msilib Mar 19, 2008
    @jafo jafo mannequin assigned loewis Mar 19, 2008
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Jun 2, 2008

    Thanks for the patch. Committed as r63888

    @loewis loewis mannequin closed this as completed Jun 2, 2008
    @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
    Labels
    extension-modules C modules in the Modules dir OS-windows stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants