Code you're trying to run:
print sorted([2,3,4,1,-2])
What does "real" Python output?
[-2, 1, 2, 3, 4]
What browser are you using? On what operating system?
Chrome 11.0.696.16 beta, OS X.6
Please provide any additional information.
Original issue reported on code.google.com by carnioja...@gmail.com on 30 Mar 2011 at 2:52
Original issue reported on code.google.com by
carnioja...@gmail.com
on 30 Mar 2011 at 2:52