mirror of
https://github.com/python/cpython.git
synced 2025-08-16 23:01:34 +00:00
bpo-38183: Test_idle ignores user config directory GH-16198)
It no longer tries to create or access .idlerc or any files within.
Users must run IDLE to discover problems with saving settings.
(cherry picked from commit 0048afc16a
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
7076764992
commit
ad845becf2
5 changed files with 45 additions and 35 deletions
|
@ -133,6 +133,7 @@ class PyShellEditorWindow(EditorWindow):
|
|||
self.text.bind("<<clear-breakpoint-here>>", self.clear_breakpoint_here)
|
||||
self.text.bind("<<open-python-shell>>", self.flist.open_shell)
|
||||
|
||||
#TODO: don't read/write this from/to .idlerc when testing
|
||||
self.breakpointPath = os.path.join(
|
||||
idleConf.userdir, 'breakpoints.lst')
|
||||
# whenever a file is changed, restore breakpoints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue