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

make distutils use the tarfile module #50298

Closed
tarekziade mannequin opened this issue May 17, 2009 · 2 comments
Closed

make distutils use the tarfile module #50298

tarekziade mannequin opened this issue May 17, 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 May 17, 2009

BPO 6048
Nosy @tarekziade

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-05-28.14:28:38.383>
created_at = <Date 2009-05-17.12:19:54.285>
labels = ['type-bug', 'library']
title = 'make distutils use the tarfile module'
updated_at = <Date 2010-08-09.04:20:05.777>
user = 'https://github.com/tarekziade'

bugs.python.org fields:

activity = <Date 2010-08-09.04:20:05.777>
actor = 'eric.araujo'
assignee = 'tarek'
closed = True
closed_date = <Date 2009-05-28.14:28:38.383>
closer = 'tarek'
components = ['Distutils']
creation = <Date 2009-05-17.12:19:54.285>
creator = 'tarek'
dependencies = []
files = []
hgrepos = []
issue_num = 6048
keywords = []
message_count = 2.0
messages = ['87994', '88472']
nosy_count = 1.0
nosy_names = ['tarek']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue6048'
versions = ['Python 3.1', 'Python 2.7']

@tarekziade
Copy link
Mannequin Author

tarekziade mannequin commented May 17, 2009

Currently Distutils uses the "tar" command to build tarballs.

It's better to use the tarinfo module, so Distutils does not depend on
the "tar" program anymore.

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

tarekziade mannequin commented May 28, 2009

done in r72981 and r72984

@tarekziade tarekziade mannequin closed this as completed May 28, 2009
@merwok merwok changed the title make distutils use the tarinfo command make distutils use the tarfile module Aug 9, 2010
@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