On 2016-10-13 22:45, Irmen de Jong wrote:
On 13-10-2016 23:43, MRAB wrote:
On 2016-10-13 20:42, Irmen de Jong wrote:
On 12-10-2016 12:56, Robin Becker wrote:

I notice an extra space at the windows command prompt compared with 3.5, is that
deliberate?

C:\ux\XB33>\python35\python
Python 3.5.0 (v3.5.0:374f501f4567, Sep 13 2015, 02:27:37) [MSC v.1900 64 bit 
(AMD64)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
import sys


C:\ux\XB33\repos\pyRXP>..\..\py36_amd64\Scripts\python.exe
Python 3.6.0b2 (default, Oct 10 2016, 21:15:32) [MSC v.1900 64 bit (AMD64)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
 import sys


I'm not seeing this... (using the 32 bits version on win7)

Python 3.5.1 (v3.5.1:37a07cee5969, Dec  6 2015, 01:38:48) [MSC v.1900 32 bit 
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
import sys


That's Python 3.5.1. The issue is with Python 3.6.0b2.


Wow that was stupid, sorry. Anyway, I'm not seeing it with 3.6.0b2 either:

Python 3.6.0b2 (v3.6.0b2:b9fadc7d1c3f, Oct 10 2016, 20:36:51) [MSC v.1900 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import sys


I'm seeing it on Windows 10.

Python 3.6.0b2 (v3.6.0b2:b9fadc7d1c3f, Oct 10 2016, 20:36:51) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>  import sys
>>>


Python 3.6.0b2 (default, Oct 10 2016, 21:15:32) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>  import sys
>>>


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to