diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-12-26 15:55:24 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-12-26 15:55:24 (GMT) |
commit | bb4b7c12fa63794743b3448184f7ba13266a4834 (patch) | |
tree | cdc51b7ce355d9e6faf728e1e3a99149e4538157 /Misc/NEWS | |
parent | 575fb3195517fc06ec664a1fbfcedf84a2d8ea3a (diff) | |
parent | e80e806b3a218799d93c33388f337bb898ced778 (diff) | |
download | cpython-bb4b7c12fa63794743b3448184f7ba13266a4834.zip cpython-bb4b7c12fa63794743b3448184f7ba13266a4834.tar.gz cpython-bb4b7c12fa63794743b3448184f7ba13266a4834.tar.bz2 |
Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
disabled since 3.0 due to the changes in listcomp handling.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -253,6 +253,9 @@ IDLE Tests ----- +- Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been + disabled since 3.0 due to the changes in listcomp handling. + - Issue #19320: test_tcl no longer fails when wantobjects is false. - Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns |