Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107892
| From | eryk sun <eryksun@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: about special characters |
| Date | 2016-04-29 21:35 -0500 |
| Message-ID | <mailman.248.1461983784.32212.python-list@python.org> (permalink) |
| References | (1 earlier) <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> <CACL+1av+6FFBUyZ=yQVRiabwYzUSM7GwHL0b1JYORskCeQDNUQ@mail.gmail.com> |
On Fri, Apr 29, 2016 at 8:48 PM, Ben Finney <ben+python@benfinney.id.au> 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. > > 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. It's Python X.Y in the start menu and Python X.Y.Z in sys.version. The default installation directory is PythonXY (for 3.5.0 it was "Python 3.5"; this was reverted in 3.5.1), and the DLL is pythonXY.dll. The executables are python.exe and pythonw.exe.
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