Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94497 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-07-24 20:38 +1000 |
| Last post | 2015-07-24 20:38 +1000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: what windows compiler for python 3.5? Chris Angelico <rosuav@gmail.com> - 2015-07-24 20:38 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-07-24 20:38 +1000 |
| Subject | Re: what windows compiler for python 3.5? |
| Message-ID | <mailman.941.1437734312.3674.python-list@python.org> |
On Fri, Jul 24, 2015 at 8:25 PM, Robin Becker <robin@reportlab.com> wrote: > On 24/07/2015 11:20, Robin Becker wrote: >> >> I read this >> >> https://docs.python.org/dev/whatsnew/3.5.html which incidentally marks the >> release as 3.6.0a0 :) >> >> but failed to find any details regarding which windows compiler is >> required. > > > more searching I find this on the 3.5 b1 download page > > "Windows users: The Windows binaries were built with Microsoft Visual Studio > 2015, which is not yet officially released. (It's currently offered in > "Preview" mode, which is akin to a "beta".) It is our intention to ship > Python 3.5 using VS2015, although right now VS2015's final release date is > unclear." That would be correct, if you're seeking to match the python.org builds (eg if you're building an extension module). I've no idea what the compiler requirements are if you simply want to build CPython from source. ChrisA
Back to top | Article view | comp.lang.python
csiph-web