[issue21630] List Dict bug?

2014-06-01 Thread Robert w

New submission from Robert w:

outer for loop loops n  1 times, when it should loop one time.

Variations are possible tht the bug doesn't occur.

--
components: Interpreter Core
files: bug.py
messages: 219513
nosy: Robert.w
priority: normal
severity: normal
status: open
title: List Dict bug?
type: behavior
versions: Python 2.7, Python 3.3
Added file: http://bugs.python.org/file35439/bug.py

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



[issue21630] List Dict bug?

2014-06-01 Thread Robert w

Changes by Robert w robert...@googlemail.com:


--
status: open - closed

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



[issue21630] List Dict bug?

2014-06-01 Thread R. David Murray

R. David Murray added the comment:

If I put a 'print(one iteration) at the top of the loop, that string is 
printed exactly once.  I presume you realized that and that is why you closed 
this?

--
nosy: +r.david.murray
resolution:  - not a bug

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