**System Information**
Windows 7
**Blender Version**
Broken: 2.70
**Short description of error**
If the custom sorting list `flt_neworder` are given ints for the desired order, it seems to do something weird:
{F85679}
I expect `[::-1]` to reverse the order, but instead, it is shifted. `[0,1,2,3]` and `[3,2,1,0]` do work as expected however.
Am I completely misunderstanding how this works?