Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: installer user interface glitch ? Date: Mon, 2 Nov 2015 12:50:42 +1100 Lines: 23 Message-ID: References: <20151101081401312.7CB171092D5B3FA6@griff-18f062b3e> <5cf3c8b2-4095-4e73-98bf-dcc8d776005d@googlegroups.com> <1e5939df-d2c3-4e08-ab26-36c81b0218c5@googlegroups.com> <5636bd2a$0$1616$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de tItB0HRxAkOzmTvV0G94hwrMF6gPf0nssRoZgoC3Gi4A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.065 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'python': 0.10; '2.7': 0.13; 'appropriate': 0.14; 'confusion': 0.16; 'file;': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'selects': 0.16; 'subject:user': 0.16; 'wrote:': 0.16; 'laura': 0.18; "shouldn't": 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '3.x': 0.22; 'am,': 0.23; 'represents': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'chris': 0.26; 'subject: ?': 0.27; 'message- id:@mail.gmail.com': 0.27; 'cool': 0.27; 'then.': 0.27; 'idea': 0.28; 'probably': 0.31; 'maybe': 0.33; 'point': 0.33; "d'aprano": 0.33; 'downloading': 0.33; 'steven': 0.33; 'received:google.com': 0.35; 'python.org': 0.35; 'nov': 0.35; 'but': 0.36; 'instead': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'two': 0.37; 'expect': 0.37; 'received:209.85.213': 0.37; 'front': 0.38; 'version': 0.38; 'received:209': 0.38; 'where': 0.40; 'your': 0.60; 'leaving': 0.63; 'more': 0.63; 'remember,': 0.66; 'direct': 0.68; 'obvious': 0.76; 'click': 0.76; '(okay,': 0.84; '3.4': 0.84; 'announces': 0.84; 'chrisa': 0.84; 'fat': 0.84; "it'd": 0.84; 'to:none': 0.91; '"one': 0.91; 'seriously,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=WHzpw1yBPb/FUZHkI5qK/nCEpjh21HG2jYH8Oy5eCq4=; b=dOy6zgcM1j9O+O6HXPH4dUPmpTz5pG/aY0rTT6+p3PSG6m523W18LKio4bYqi7cZk+ n0HXNsRmDFQxwXPAsD2izE7gKcWauYNzjWkxl3aiwzJeGpBfSzzo//I/9KdVo86C0qIZ D3HwOjKDRlfOXY1721yqTqTz4kvaQDwnxwx/iIOYuTcffzKhipSdiJlAGQ+HgeFSH4BN fK3R+s6hgOgODIvtCEoksKVZin2GI4OWrVMGlZ6mRrukxnWtVpFYduVDE0TeMMb6oMHS TeXCY5drwZnR+LYBcOwp2NaN2+bO67PmeW3LFMqhjGYOYGlQONj2f3X8o2Qw4mCBUHCc E3yw== X-Received: by 10.50.83.104 with SMTP id p8mr8899521igy.13.1446429042661; Sun, 01 Nov 2015 17:50:42 -0800 (PST) In-Reply-To: <5636bd2a$0$1616$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98080 On Mon, Nov 2, 2015 at 12:32 PM, Steven D'Aprano wrote: > On Mon, 2 Nov 2015 03:43 am, Chris Angelico wrote: > >> Remember, people can click a direct download link >> *on the python.org front page* and be immediately downloading Python 2 >> or 3 for the OS that the browser announces. Where would you put the >> big fat noisy warning? > > Maybe the website shouldn't do that then. > > Seriously, if the browser announces Windows XP, it's probably not a good > idea to download a version which is known not to work with XP... Maybe Laura would know how plausible this is, but... I expect most people who go to the front page are looking for the "one most obvious download". (Okay, we have two - 2.7 and 3.x - but leaving that aside.) There's detection of what your OS is, which then selects an appropriate download file; it'd be really cool if a browser UA that represents XP would cause the link to point to 3.4 instead of 3.5. Or would that cause more confusion than it solves? ChrisA