projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
041cbdb
)
changelog
author
Stefan Behnel
<stefan_ml@behnel.de>
Fri, 15 Feb 2013 17:09:21 +0000
(18:09 +0100)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Fri, 15 Feb 2013 17:09:21 +0000
(18:09 +0100)
CHANGES.rst
patch
|
blob
|
history
diff --git
a/CHANGES.rst
b/CHANGES.rst
index
4a5d540
..
fe58efe
100644
(file)
--- a/
CHANGES.rst
+++ b/
CHANGES.rst
@@
-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.