Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107894
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Terry Reedy <tjreedy@udel.edu> |
| Newsgroups | comp.lang.python |
| Subject | Re: about special characters |
| Date | Fri, 29 Apr 2016 22:37:38 -0400 |
| Lines | 22 |
| Message-ID | <mailman.250.1461983867.32212.python-list@python.org> (permalink) |
| References | <CAJ7mry+o=PRGtM46HPGdNVqaowy3tmheJKu38nRy4y_QEjqV-w@mail.gmail.com> <85zischt1i.fsf@benfinney.id.au> <mailman.235.1461973955.32212.python-list@python.org> <572402db$0$1583$c3e8da3$5496439d@news.astraweb.com> <85vb2zj27p.fsf@benfinney.id.au> <ng15pj$pl4$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de 64JC133p9QPniIxHgvEIrQurGY76LYOZIM3pmZ28SgPg== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'report.': 0.07; 'fixed,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:characters': 0.09; 'bug': 0.10; 'python': 0.10; 'assume': 0.11; 'jan': 0.11; '2.7': 0.13; '(there': 0.16; '2016': 0.16; 'extensions,': 0.16; 'imo.': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'x.y': 0.16; 'wrote:': 0.16; '>>>': 0.20; 'windows': 0.20; 'am,': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'not.': 0.27; 'entries': 0.27; 'behaviour': 0.29; '(i.e.,': 0.30; "d'aprano": 0.33; 'steven': 0.33; 'windows.': 0.33; 'but': 0.36; 'should': 0.36; 'to:addr :python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'space': 0.40; 'received:96': 0.63; 'believe': 0.66; 'etc,': 0.84; 'received:fios.verizon.net': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | pool-96-227-207-81.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 |
| In-Reply-To | <85vb2zj27p.fsf@benfinney.id.au> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <ng15pj$pl4$1@ger.gmane.org> |
| X-Mailman-Original-References | <CAJ7mry+o=PRGtM46HPGdNVqaowy3tmheJKu38nRy4y_QEjqV-w@mail.gmail.com> <85zischt1i.fsf@benfinney.id.au> <mailman.235.1461973955.32212.python-list@python.org> <572402db$0$1583$c3e8da3$5496439d@news.astraweb.com> <85vb2zj27p.fsf@benfinney.id.au> |
| Xref | csiph.com comp.lang.python:107894 |
Show key headers only | View raw
On 4/29/2016 9:48 PM, Ben Finney wrote: > Steven D'Aprano <steve@pearwood.info> writes: > >> On Sat, 30 Apr 2016 09:52 am, Ben Finney wrote: >> >>> (There has never been a Python 27. I assume Python 2.7 is what you >>> meant.) >> >> I believe that Python X.Y shows up as "PythonXY" under Windows. As a directory name that also omits the space, yes. Start Menu entries have both the space and and the '.'. > Then that's a bug which should be fixed, IMO. An MS Windows user (i.e., > not me) would be well placed to describe the behaviour in a bug report. I disagree. .0, .1, etc, would look like extensions, but are not. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: about special characters Ben Finney <ben+python@benfinney.id.au> - 2016-04-30 09:52 +1000
Re: about special characters Steven D'Aprano <steve@pearwood.info> - 2016-04-30 10:56 +1000
Re: about special characters Ben Finney <ben+python@benfinney.id.au> - 2016-04-30 11:48 +1000
Re: about special characters eryk sun <eryksun@gmail.com> - 2016-04-29 21:35 -0500
Re: about special characters Terry Reedy <tjreedy@udel.edu> - 2016-04-29 22:37 -0400
Re: about special characters Ben Finney <ben+python@benfinney.id.au> - 2016-04-30 12:43 +1000
Re: about special characters MRAB <python@mrabarnett.plus.com> - 2016-04-30 03:53 +0100
csiph-web