Issue #9770: curses.ascii predicates now work correctly with negative integers.

This commit is contained in:
Serhiy Storchaka 2016-12-28 10:04:27 +02:00
parent c9ad8b7a23
commit 283de2b9c1
3 changed files with 31 additions and 9 deletions

View file

@ -140,6 +140,9 @@ Core and Builtins
Library
-------
- Issue #9770: curses.ascii predicates now work correctly with negative
integers.
- Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.