summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-10-17 03:41:55 (GMT)
committerNed Deily <nad@python.org>2017-10-17 03:41:55 (GMT)
commitc730223d18fdee06bc3a8252fba82e0591788b4a (patch)
treef3ec94a44e75008328553b5b5ec088c62779ab9a /Misc/NEWS.d/next/IDLE
parentc30b55b96c0967e3a8b3b86f25eb012a97f360a5 (diff)
downloadcpython-c730223d18fdee06bc3a8252fba82e0591788b4a.zip
cpython-c730223d18fdee06bc3a8252fba82e0591788b4a.tar.gz
cpython-c730223d18fdee06bc3a8252fba82e0591788b4a.tar.bz2
Update NEWS and topics for 3.7.0a2
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-08-14-15-13-50.bpo-1612262.-x_Oyq.rst3
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-09-18-10-43-03.bpo-31500.Y_YDxA.rst1
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst7
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-09-23-12-52-24.bpo-31559.ydckYX.rst1
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-09-30-13-59-18.bpo-31649.LxN4Vb.rst1
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-09-30-19-03-26.bpo-31460.HpveI6.rst6
6 files changed, 0 insertions, 19 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-08-14-15-13-50.bpo-1612262.-x_Oyq.rst b/Misc/NEWS.d/next/IDLE/2017-08-14-15-13-50.bpo-1612262.-x_Oyq.rst
deleted file mode 100644
index 0d4494c..0000000
--- a/Misc/NEWS.d/next/IDLE/2017-08-14-15-13-50.bpo-1612262.-x_Oyq.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-IDLE module browser now shows nested classes and functions.
-Original patches for code and tests by Guilherme Polo and
-Cheryl Sabella, respectively.
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-18-10-43-03.bpo-31500.Y_YDxA.rst b/Misc/NEWS.d/next/IDLE/2017-09-18-10-43-03.bpo-31500.Y_YDxA.rst
deleted file mode 100644
index 68d68cb..0000000
--- a/Misc/NEWS.d/next/IDLE/2017-09-18-10-43-03.bpo-31500.Y_YDxA.rst
+++ /dev/null
@@ -1 +0,0 @@
-Default fonts now are scaled on HiDPI displays.
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst b/Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst
deleted file mode 100644
index b53c009..0000000
--- a/Misc/NEWS.d/next/IDLE/2017-09-22-20-26-23.bpo-31459.L0pnH9.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-Rename IDLE's module browser from Class Browser to Module Browser.
-The original module-level class and method browser became a module
-browser, with the addition of module-level functions, years ago.
-Nested classes and functions were added yesterday. For back-
-compatibility, the virtual event <<open-class-browser>>, which
-appears on the Keys tab of the Settings dialog, is not changed.
-Patch by Cheryl Sabella.
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-23-12-52-24.bpo-31559.ydckYX.rst b/Misc/NEWS.d/next/IDLE/2017-09-23-12-52-24.bpo-31559.ydckYX.rst
deleted file mode 100644
index 424da7a..0000000
--- a/Misc/NEWS.d/next/IDLE/2017-09-23-12-52-24.bpo-31559.ydckYX.rst
+++ /dev/null
@@ -1 +0,0 @@
-Remove test order dependence in idle_test.test_browser.
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-30-13-59-18.bpo-31649.LxN4Vb.rst b/Misc/NEWS.d/next/IDLE/2017-09-30-13-59-18.bpo-31649.LxN4Vb.rst
deleted file mode 100644
index cc99586..0000000
--- a/Misc/NEWS.d/next/IDLE/2017-09-30-13-59-18.bpo-31649.LxN4Vb.rst
+++ /dev/null
@@ -1 +0,0 @@
-IDLE - Make _htest, _utest parameters keyword only.
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-30-19-03-26.bpo-31460.HpveI6.rst b/Misc/NEWS.d/next/IDLE/2017-09-30-19-03-26.bpo-31460.HpveI6.rst
deleted file mode 100644
index 6492115..0000000
--- a/Misc/NEWS.d/next/IDLE/2017-09-30-19-03-26.bpo-31460.HpveI6.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-Simplify the API of IDLE's Module Browser.
-
-Passing a widget instead of an flist with a root widget opens the option of
-creating a browser frame that is only part of a window. Passing a full file
-name instead of pieces assumed to come from a .py file opens the possibility
-of browsing python files that do not end in .py.