[New-bugs-announce] [issue2793] Dictionary fails to index when adding list when in a deeply nested loop

James Nadir report at bugs.python.org
Thu May 8 22:02:45 CEST 2008


New submission from James Nadir <jnadir at ix.netcom.com>:

Python fails to correctly add 'lists' into a 'dictionary' in nested 
loop. The attached py file has two examples; the first is the failing 
example, the seond is the passing example. 

This might be a known issue. If so, please accept my apologies, I 
couldn't find it. Or it could be operator error. Again, my apolgies if 
it is.

----------
files: play parser.py
messages: 66436
nosy: jreadon
severity: normal
status: open
title: Dictionary fails to index when adding list when in a deeply nested loop
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file10224/play parser.py

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2793>
__________________________________


More information about the New-bugs-announce mailing list