]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16829: IDLE printing no longer fails if there are spaces or other
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Jan 2013 16:17:24 +0000 (18:17 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Jan 2013 16:17:24 +0000 (18:17 +0200)
commit52f80a704172052f5eca8e84d93500427fc400f2
tree8e3bb23de4d04d3ad657b9a7f64d3ed1b9859a2c
parent6c566b3ce9a2c3b27f7f90ec0151d187403ead38
parent69db587f86cb1a742561c5afebae67b58761420e
Issue #16829: IDLE printing no longer fails if there are spaces or other
special characters in the file path.
Lib/idlelib/IOBinding.py
Misc/NEWS