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

use tarinfo module in distutils #49935

Closed
tarekziade mannequin opened this issue Apr 4, 2009 · 2 comments
Closed

use tarinfo module in distutils #49935

tarekziade mannequin opened this issue Apr 4, 2009 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Apr 4, 2009

BPO 5685
Nosy @tarekziade
Superseder
  • bpo-1886: Permit to easily use distutils "--formats=tar,gztar,bztar" on all systems
  • 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/tarekziade'
    closed_at = <Date 2009-04-05.18:18:33.104>
    created_at = <Date 2009-04-04.08:31:38.500>
    labels = ['type-bug', 'library']
    title = 'use tarinfo module in distutils'
    updated_at = <Date 2009-04-05.18:18:33.102>
    user = 'https://github.com/tarekziade'

    bugs.python.org fields:

    activity = <Date 2009-04-05.18:18:33.102>
    actor = 'tarek'
    assignee = 'tarek'
    closed = True
    closed_date = <Date 2009-04-05.18:18:33.104>
    closer = 'tarek'
    components = ['Distutils']
    creation = <Date 2009-04-04.08:31:38.500>
    creator = 'tarek'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 5685
    keywords = []
    message_count = 2.0
    messages = ['85384', '85542']
    nosy_count = 1.0
    nosy_names = ['tarek']
    pr_nums = []
    priority = 'high'
    resolution = None
    stage = None
    status = 'closed'
    superseder = '1886'
    type = 'behavior'
    url = 'https://bugs.python.org/issue5685'
    versions = ['Python 3.1', 'Python 2.7']

    @tarekziade
    Copy link
    Mannequin Author

    tarekziade mannequin commented Apr 4, 2009

    Currently, Distutils makes a system call to tar files, using the tar
    command. Let's use Python's tarinfo module, so we don't rely on the tar
    program anymore.

    @tarekziade tarekziade mannequin self-assigned this Apr 4, 2009
    @tarekziade tarekziade mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Apr 4, 2009
    @tarekziade
    Copy link
    Mannequin Author

    tarekziade mannequin commented Apr 5, 2009

    superseded by bpo-1886

    @tarekziade tarekziade mannequin closed this as completed Apr 5, 2009
    @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
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants