[issue14011] packaging should use shutil archiving functions transparently

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14011] packaging should use shutil archiving functions transparently

2012-02-14 Thread Ramchandra Apte
Changes by Ramchandra Apte : -- components: +Documentation ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue14011] packaging should use shutil archiving functions transparently

2012-02-14 Thread Éric Araujo
New submission from Éric Araujo : The packaging commands sdist and bdist can create various kinds of archives. The function used to create them is thankfully just a thin wrapper around shutil.make_archive (extracted from distutils), and sdist also uses shutil.get_archive_formats to validate i