Python module which provides "natural sorting".
Under natural sorting, numeric sub-strings are compared numerically, and the other word characters are compared lexically.
Example:
['a2', 'a9', 'a1', 'a4', 'a10']['a1', 'a10', 'a2', 'a4', 'a9']['a1', 'a2', 'a4', 'a9', 'a10']Please log in to add feedback.
This update has been submitted for testing by robert.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.