diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-18 19:08:11 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-18 19:08:11 (GMT) |
commit | 514f9736a712923756cdd1d3a5e845bf3fdb0994 (patch) | |
tree | 84d5ff0169a550077b11a8353f68b8bb2e3d4aff /Misc | |
parent | 56fe4749fb79609de7a6ab83f7d444d271f64e38 (diff) | |
download | cpython-514f9736a712923756cdd1d3a5e845bf3fdb0994.zip cpython-514f9736a712923756cdd1d3a5e845bf3fdb0994.tar.gz cpython-514f9736a712923756cdd1d3a5e845bf3fdb0994.tar.bz2 |
Issue #27294: Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #27079: Fixed curses.ascii functions isblank(), iscntrl() and ispunct(). + - Issue #26754: Some functions (compile() etc) accepted a filename argument encoded as an iterable of integers. Now only strings and byte-like objects are accepted. |