[RELEASE] Python 3.6.0b2 is now available

Irmen de Jong irmen.NOSPAM at xs4all.nl
Thu Oct 13 15:42:19 EDT 2016


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
>>>

Irmen




More information about the Python-list mailing list