On 23/12/2016 10:34, Ned Deily wrote:
On behalf of the Python development community and the Python 3.6 release
team, I am pleased to announce the availability of Python 3.6.0.  Python
3.6.0 is the newest major release of the Python language, and it contains
many new features and optimizations.  See the "What’s New In Python 3.6"
document for more information:

    https://docs.python.org/3.6/whatsnew/3.6.html

You can download Python 3.6.0 here:

    https://www.python.org/downloads/release/python-360/

Also, most third-party distributors of Python should be making 3.6.0
packages available soon.

Maintenance releases for the 3.6 series will follow at regular intervals
starting in the first quarter of 2017.

We hope you enjoy Python 3.6.0!
.......

Thanks for this release; makes my Christmas just a bit more stressed :( or perhaps happier :)

Anyhow I am trying to figure out this error when building windows versions


C:\ux\XB33\py36_x86\lib\site-packages\wheel\pep425tags.py:77: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
  warn=(impl == 'cp')):
C:\ux\XB33\py36_x86\lib\site-packages\wheel\pep425tags.py:81: RuntimeWarning: Config variable 'WITH_PYMALLOC' is unset,
Python ABI tag may be incorrect
  warn=(impl == 'cp')):

I guess this must mean I need to set something somewhere, but what?
--
Robin Becker

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

Reply via email to