[issue38475] Break Statement

2019-11-04 Thread Zachary Ware


Zachary Ware  added the comment:

Absent any response from the OP, I'm going to go with yes.

Devor, if you can reduce your example to show a bug in the Python interpreter 
or standard library, please reopen with that example.

--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue38475] Break Statement

2019-11-04 Thread Lewis Gaul


Lewis Gaul  added the comment:

Should this issue be closed?

--
nosy: +Lewis Gaul

___
Python tracker 

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



[issue38475] Break Statement

2019-10-14 Thread Steven D'Aprano


Steven D'Aprano  added the comment:

Define "malfunction". Are we supposed to know what your code is meant to do, as 
well as what it actually does?

Please don't use the bug tracker as a help desk for your own scripts. There are 
many forums where you can ask for help, such as the mailing lists, the Python 
Discuss forum, Stackoverflow, Reddit's r/learnpython etc.

If you are going to submit something here as a bug, please ensure that:

(1) it actually is a bug in the Python interpreter first, rather than a bug in 
your own code; and 

(2) you provide a MINIMAL example, with a description of the expected output, a 
reason why you expect it, and the actual output.

It may help for you to read this: http://sscce.org/

--
nosy: +steven.daprano

___
Python tracker 

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



[issue38475] Break Statement

2019-10-14 Thread DEVOR BLAKE DANIELS


New submission from DEVOR BLAKE DANIELS :

The break statement in my AiO() function seems to cause my Uinput() function to 
malfunction.

--
components: Windows
files: three.py
messages: 354645
nosy: dev40573, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Break Statement
versions: Python 3.8
Added file: https://bugs.python.org/file48659/three.py

___
Python tracker 

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