Issue1677

classification
Title: Diferent output from python and jython 2.5.2rc2
Type: behaviour Severity: normal
Components: Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: moliveira, zyasoft
Priority: Keywords:

Created on 2010-11-17.04:16:29 by moliveira, last changed 2010-11-17.16:30:50 by zyasoft.

Files
File name Uploaded Description Edit Remove
source_and_outputs.txt moliveira, 2010-11-17.04:16:29 Source code and outputs generated
Messages
msg6251 (view) Author: Marcos de Oliveira (moliveira) Date: 2010-11-17.04:16:29
The simple code to transform a list in a dict is giving diferent outputs. In Python the dict comes perfectelly ordered and in jython it comes desorganized...
msg6253 (view) Author: Jim Baker (zyasoft) Date: 2010-11-17.16:30:50
The dict type does not guarantee ordering. Use some variant of an ordered dictionary instead.
History
Date User Action Args
2010-11-17 16:30:50zyasoftsetstatus: open -> closed
resolution: invalid
messages: + msg6253
nosy: + zyasoft
2010-11-17 04:16:29moliveiracreate