[RELEASE] Python 3.6.0b2 is now available

MRAB python at mrabarnett.plus.com
Thu Oct 13 17:43:27 EDT 2016


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.




More information about the Python-list mailing list