This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcollado
Recipients jcollado
Date 2010-06-18.10:26:25
SpamBayes Score 0.022656891
Marked as misclassified No
Message-id <1276856786.43.0.952229974027.issue9026@psf.upfronthosting.co.za>
In-reply-to
Content
It contains a patch that worked for me to preserve the ordering used in the code.

To make that possible it uses action._choices_actions (a list) instead of action.choices (a dictionary).
History
Date User Action Args
2010-06-18 10:26:26jcolladosetrecipients: + jcollado
2010-06-18 10:26:26jcolladosetmessageid: <1276856786.43.0.952229974027.issue9026@psf.upfronthosting.co.za>
2010-06-18 10:26:25jcolladolinkissue9026 messages
2010-06-18 10:26:25jcolladocreate