This construction was new in Python 2.4. In older Python versions one had to get the keys and sort this list in-place: keys = cmlargs.keys() keys.sort() for ...
確定! 回上一頁