summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2017-09-22 20:08:44 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2017-09-22 20:08:44 (GMT)
commit058de11360ea6816a6e978c7be0bcbea99a3f7da (patch)
tree7aed31aa7ec2c8dc6c8afe82c6ab704722a0ca84 /Misc
parent0a1ff24acfc15d8c7f2dc41000a6f3d9a31e7480 (diff)
downloadcpython-058de11360ea6816a6e978c7be0bcbea99a3f7da.zip
cpython-058de11360ea6816a6e978c7be0bcbea99a3f7da.tar.gz
cpython-058de11360ea6816a6e978c7be0bcbea99a3f7da.tar.bz2
bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573)
Original patches for code and tests by Guilherme Polo and Cheryl Sabella, respectively.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-08-14-15-13-50.bpo-1612262.-x_Oyq.rst3
1 files changed, 3 insertions, 0 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
new file mode 100644
index 0000000..0d4494c
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-08-14-15-13-50.bpo-1612262.-x_Oyq.rst
@@ -0,0 +1,3 @@
+IDLE module browser now shows nested classes and functions.
+Original patches for code and tests by Guilherme Polo and
+Cheryl Sabella, respectively.