diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-12 16:13:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-12 16:13:24 (GMT) |
commit | 74fe9f307de7557282ed2b01268272efef45a910 (patch) | |
tree | 382f67a287579d4bcdc6d818ebdf164698c02902 /Misc | |
parent | 53221e371d359c6df410ddd653350dd345ae3be5 (diff) | |
download | cpython-74fe9f307de7557282ed2b01268272efef45a910.zip cpython-74fe9f307de7557282ed2b01268272efef45a910.tar.gz cpython-74fe9f307de7557282ed2b01268272efef45a910.tar.bz2 |
Issue #16829: IDLE printing no longer fails if there are spaces or other
special characters in the file path.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -199,6 +199,9 @@ Core and Builtins Library ------- +- Issue #16829: IDLE printing no longer fails if there are spaces or other + special characters in the file path. + - Issue #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. '[\A]'). Patch by Matthew Barnett. |