[issue20741] Documentation archives should be available also in tar.xz format

2021-12-17 Thread Éric Araujo

Éric Araujo  added the comment:

tar is modular and depends on optional external programs to handle compression 
(tar itself does archival only).

gzip is still common, and xz has largely replaced bz2 these days.
I would expect it to be installed on most systems.

(For HTTP compression there are new competitors, brotli and zstd, but I haven’t 
seen these used to compress files.)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2021-12-17 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

https://docs.python.org/3/download.html says a) tar.bz2 can be read by the tar 
program, which I presume is true also of tar.xz.  So there is no issue of 
*needing* two separate programs.  It also claims "The .tar.bz2 archives provide 
the best compression and fastest download times."  This only need be true, if 
it is, for the doc formats, as opposed to python code.  In the absence of at 
least 2 requests from *nix consumers of the archives, why even think of 
changing?

--
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2021-12-17 Thread Éric Araujo

Éric Araujo  added the comment:

Oh to counter my own proposal: formats should not be removed without warnings, 
there are probably downstream tools that expect specific URL patterns and 
formats.  So adding something very modern to get the smallest size might be 
good, but not removing existing format without warning.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2021-12-17 Thread Éric Araujo

Éric Araujo  added the comment:

I don’t think that consistency or standardization really applies here, it’s not 
like there are tools that want to process both source and doc archives and are 
broken by the difference in formats.

It could be useful to review the formats used and decide if they are still the 
best choices (maybe zip for universality, tar + modern and well-supported 
compression for size), but consistency for consistency’s sake is needless churn.

--
nosy: +eric.araujo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2021-12-12 Thread Ned Deily


Ned Deily  added the comment:

Documentation downloads are still built and provided for each release (as 
linked to from https://www.python.org/doc/ and 
https://www.python.org/doc/versions/) as well as daily for the heads of each 
active bugfix and feature branch, in each case via the "Download these 
documents" link on the top page of the release/branch documentation set, for  
example, https://docs.python.org/3/ -> https://docs.python.org/3/download.html. 
The downloadable doc formats are still .zip and .bz2 while cPython source 
archives are still .tgz and .xz formats. Julien Palard (@mdk) is the release 
team documentation expert.  Julien, what do you think?

--
assignee:  -> mdk
components: +Documentation
nosy: +mdk, ned.deily
resolution: out of date -> 
status: pending -> open
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python 
3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2021-12-12 Thread Irit Katriel


Change by Irit Katriel :


--
status: closed -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2021-12-12 Thread Irit Katriel


Change by Irit Katriel :


--
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2021-12-03 Thread Irit Katriel


Irit Katriel  added the comment:

Those archives seem to go only up to 3.9. Is this still relevant?

--
nosy: +iritkatriel

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2016-02-11 Thread Georg Brandl

Changes by Georg Brandl :


--
assignee: georg.brandl -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2016-02-11 Thread Mark Lawrence

Changes by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2015-06-19 Thread Paul Anton Letnes

Paul Anton Letnes added the comment:

The format (xz vs bzip2) might not matter much, but I'd say consistency does. 
I'd make the formats identical just for the sake of standardization.

Where is this decided? In some (post)build script?

--
nosy: +pletnes

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20741
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2015-03-09 Thread Mark Lawrence

Mark Lawrence added the comment:

Do we need documentation archives in tar.xz format?

--
nosy: +BreamoreBoy
versions: +Python 3.5 -Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20741
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2014-02-25 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
assignee:  - georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20741
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20741] Documentation archives should be available also in tar.xz format

2014-02-23 Thread Arfrever Frehtes Taifersar Arahesis

New submission from Arfrever Frehtes Taifersar Arahesis:

Source archives (e.g. in [1]) are available in tgz and tar.xz formats, but 
documentation archives (e.g. in [2]) are available only in tar.bz2 and zip 
formats.
I suggest that documentation archives be available also in tar.xz format.

[1] http://www.python.org/ftp/python/3.3.4/
[2] http://www.python.org/ftp/python/doc/3.3.4/

--
keywords: easy
messages: 211985
nosy: Arfrever, georg.brandl
priority: normal
severity: normal
status: open
title: Documentation archives should be available also in tar.xz format
versions: Python 2.7, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20741
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com