changelog
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Feb 2013 17:09:21 +0000 (18:09 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Feb 2013 17:09:21 +0000 (18:09 +0100)
CHANGES.rst

index 4a5d540..fe58efe 100644 (file)
@@ -19,6 +19,9 @@ Features added
 Bugs fixed
 ----------
 
+* ``dir()`` without arguments previously returned an unsorted list, which now
+  gets sorted as expected.
+
 * ``dict.items()``, ``dict.keys()`` and ``dict.values()`` no longer return lists
   in Python 3.