diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2017-09-22 20:08:44 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2017-09-22 20:08:44 (GMT) |
commit | 058de11360ea6816a6e978c7be0bcbea99a3f7da (patch) | |
tree | 7aed31aa7ec2c8dc6c8afe82c6ab704722a0ca84 /Misc | |
parent | 0a1ff24acfc15d8c7f2dc41000a6f3d9a31e7480 (diff) | |
download | cpython-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.rst | 3 |
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. |