diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2017-09-22 21:28:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 21:28:01 (GMT) |
commit | fa1cae5832cbcfafedc4b1879c2abc85452f4edd (patch) | |
tree | 73d41f20b90099ff832ba87e5695a944b2a9c497 /Misc | |
parent | 6de35849cb7a18bfaad828eb57a2e6caa7978690 (diff) | |
download | cpython-fa1cae5832cbcfafedc4b1879c2abc85452f4edd.zip cpython-fa1cae5832cbcfafedc4b1879c2abc85452f4edd.tar.gz cpython-fa1cae5832cbcfafedc4b1879c2abc85452f4edd.tar.bz2 |
[3.6] bpo-1612262: IDLE: Class Browser shows nested functions, classes (GH-2573) (#3702)
Original patches for code and tests by Guilherme Polo and
Cheryl Sabella, respectively.
(cherry picked from commit 058de11360ea6816a6e978c7be0bcbea99a3f7da)
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. |