[issue16229] Demo *redemo.py* lacking in Windows installation

2015-04-14 Thread Zachary Ware
Zachary Ware added the comment: Tools/demo is included in the 3.5 installer, I think it's probably a bit late in 3.4's cycle to stick it in now. If anybody feels strongly enough to make a patch for it, please reopen the issue. -- resolution: -> out of date stage: needs patch -> resol

[issue16229] Demo *redemo.py* lacking in Windows installation

2014-07-10 Thread Steve Dower
Steve Dower added the comment: Looks like tools/demo just isn't included. I'm totally okay with including it - looks like a few nice examples in there that I've never seen before. If someone wants to do a patch for msi.py that's fine, but I'm intending to have a completely new installer for 3.

[issue16229] Demo *redemo.py* lacking in Windows installation

2014-07-10 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue16229] Demo *redemo.py* lacking in Windows installation

2014-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Steve, as the (new) Windows installer maker, it is ultimately your decision what to include. The 'policy' seems to have been rather fuzzy. Tools/demo is less than 100k total. The 'patch needed' is to the installer maker script. -- stage: -> needs pat

[issue16229] Demo *redemo.py* lacking in Windows installation

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I have Tools\demo in my cpython default from Mercurial but not under 3.4.1 from the msi file downloaded from python.org. -- nosy: +BreamoreBoy, steve.dower, zach.ware type: -> behavior versions: +Python 3.5 -Python 3.2, Python 3.3 _

[issue16229] Demo *redemo.py* lacking in Windows installation

2012-10-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: On my win7 3.3.0 install, I have Tools/scripts and a couple of other subdirs but no Tools/demo directory. -- nosy: +terry.reedy ___ Python tracker

[issue16229] Demo *redemo.py* lacking in Windows installation

2012-10-15 Thread Ned Deily
Ned Deily added the comment: Thanks for the update. So I think the bigger issue here is there something that should be changed in the Windows installer to accommodate the demo changes in Python 3. Adding the Windows experts and deassigning from docs. -- assignee: docs@python -> compo