This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Matthias v/d Meent
Recipients Matthias v/d Meent, docs@python, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-12-08.05:36:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481175364.84.0.951011976369.issue28901@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows Embedded release (at least the x86_64 version) does not include the usual helper functions (exit, help, ...) when run interactively (~ python.exe). This is not documented at the docs of Windows Embedded release, which might mean that this is a bug.

Documentation on Embedded release here (https://docs.python.org/3/using/windows.html#embedded-distribution)

missing in interactive mode of embedded release: (output of diff):
['copyright', 'credits', 'exit', 'help', 'license', 'quit']

Notice that 'help', a builtin function according to the docs [0], is missing in the Embedded release. Even when embedded, a builtin should be available IMO.


[0] https://docs.python.org/3.6/library/functions.html

This comparison was only between running the python executable in the [zip] and python installed from this [installer]. It is very well possible this is a long-standing issue since 3.5 (the first Embedded release), and this may occur on other architectures as well.

[zip] https://www.python.org/ftp/python/3.6.0/python-3.6.0rc1-embed-amd64.zip 
[installer] https://www.python.org/ftp/python/3.6.0/python-3.6.0rc1-amd64.exe
History
Date User Action Args
2016-12-08 05:36:04Matthias v/d Meentsetrecipients: + Matthias v/d Meent, paul.moore, tim.golden, docs@python, zach.ware, steve.dower
2016-12-08 05:36:04Matthias v/d Meentsetmessageid: <1481175364.84.0.951011976369.issue28901@psf.upfronthosting.co.za>
2016-12-08 05:36:04Matthias v/d Meentlinkissue28901 messages
2016-12-08 05:36:04Matthias v/d Meentcreate