[issue36509] Add iot layout for windows iot containers

2019-05-03 Thread Paul Monson
Change by Paul Monson : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue36509] Add iot layout for windows iot containers

2019-04-12 Thread Steve Dower
Steve Dower added the comment: New changeset f4e5661e85ac41c987165246d2b33f363cd01e34 by Steve Dower (Paul Monson) in branch 'master': bpo-36509: Add iot layout for Windows IoT containers (GH-12663) https://github.com/python/cpython/commit/f4e5661e85ac41c987165246d2b33f363cd01e34 --

[issue36509] Add iot layout for windows iot containers

2019-04-02 Thread Paul Monson
Change by Paul Monson : -- keywords: +patch pull_requests: +12591 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue36509] Add iot layout for windows iot containers

2019-04-02 Thread Paul Monson
New submission from Paul Monson : The layout should not contain tcl/tk, tkinter, distutils since ARM is cross-compiled and these features will not be useful on target ARM devices. -- components: Build, Windows messages: 339352 nosy: Paul Monson, paul.moore, steve.dower, tim.golden, zac