]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23672: Allow Idle to edit and run files with astral chars in name.
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 6 Aug 2015 04:54:07 +0000 (00:54 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 6 Aug 2015 04:54:07 +0000 (00:54 -0400)
commit5c28e9f887d8a8089d4e5ed6060e61a0da5afbe2
tree3986f06cc566919ce3c52518a10a8acd4cee4de8
parent8c125eb44b528ba22b43cdf5da49e408082865fa
Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi.
Lib/idlelib/EditorWindow.py
Lib/idlelib/ScriptBinding.py
Lib/idlelib/idle_test/test_editor.py [new file with mode: 0644]