[issue28903] Windows Embeddable Python exit not defined

2016-12-08 Thread Zachary Ware

Zachary Ware added the comment:

This is a duplicate of #28901.

--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Embedded Release interactive mode documentation

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28903] Windows Embeddable Python exit not defined

2016-12-08 Thread Ethan Smith

New submission from Ethan Smith:

Hearing about the RC1 today, I downloaded the x64 Windows embeddable zip. I 
opened a Command Prompt window and ran python.exe to try it out.

I was quite surprised when I ran:
>>>exit()
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'exit' is not defined

I read through the notes on the embedded Python releases, but I did not see 
anything that would lead me to believe that exit should not defined.
 
I also downloaded the distribution for 3.5.2, and did not have the same issue, 
which leads me to believe this is unintended behavior.

If this behavior is intended, I do apologize for raising this issue.

OS: Windows 10 x64.

--
components: Windows
messages: 282697
nosy: Ethan Smith, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows Embeddable Python exit not defined
type: behavior
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com