File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -533,12 +533,14 @@ http.cookies
533533* Allow '``" ``' double quotes in cookie values.
534534 (Contributed by Nick Burns and Senthil Kumaran in :gh: `92936 `.)
535535
536- idle
537- ----
538536
539- * Add a "Reload from Disk" item to the File menu. This allows discarding
540- unsaved changes and reloading the current version of the file from the disk.
541- Patch by Shamil Abdulaev. (Contributed by Shamil Abdulaev in :gh: `44968 `.)
537+ idlelib
538+ -------
539+
540+ * Add a "Reload from Disk" item to the File menu. This allows discarding
541+ unsaved changes and reloading the current version of the file from the disk.
542+ (Contributed by Shamil Abdulaev in :gh: `44968 `.)
543+
542544
543545inspect
544546-------
Original file line number Diff line number Diff line change 11Add "Reload from Disk" menu item to IDLE's File menu. This allows users to
22easily reload a file from disk, discarding any unsaved changes in the editor.
3- The feature is particularly useful when working with version control systems
4- or when external tools modify files. Patch by Shamil Abdulaev.
3+ Patch by Shamil Abdulaev.
You can’t perform that action at this time.
0 commit comments