diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2011-11-22 21:02:01 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2011-11-22 21:02:01 (GMT) |
commit | 942d5ba125860112c42f3a8981778c80c23d5499 (patch) | |
tree | 142f9ed4e3e83cee234402d0be2ca9d28839acd8 /Misc | |
parent | 02686751931e6cd267f60c65b59744c7dff50cd2 (diff) | |
parent | 5e8f8104116edfcbfee2690a58391830bd9883ae (diff) | |
download | cpython-942d5ba125860112c42f3a8981778c80c23d5499.zip cpython-942d5ba125860112c42f3a8981778c80c23d5499.tar.gz cpython-942d5ba125860112c42f3a8981778c80c23d5499.tar.bz2 |
Merge branch 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #13436: Fix a bogus error message when an AST object was passed + an invalid integer value. + - Issue #13411: memoryview objects are now hashable when the underlying object is hashable. |