diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2018-09-10 17:02:33 (GMT) |
---|---|---|
committer | Petr Viktorin <encukou@gmail.com> | 2018-09-10 17:02:33 (GMT) |
commit | 9797b7ae4496627836c55333765e10201a9840e3 (patch) | |
tree | dfe7d46da87ad6c308bb088ef6cc2a50c746c49e /Misc | |
parent | 0e0bc4e221f592f305d335faf5f8046484eb9238 (diff) | |
download | cpython-9797b7ae4496627836c55333765e10201a9840e3.zip cpython-9797b7ae4496627836c55333765e10201a9840e3.tar.gz cpython-9797b7ae4496627836c55333765e10201a9840e3.tar.bz2 |
bpo-26502: Implement FrameSummary.__len__() (GH-8632)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-08-02-20-39-32.bpo-26502.eGXr_k.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-08-02-20-39-32.bpo-26502.eGXr_k.rst b/Misc/NEWS.d/next/Library/2018-08-02-20-39-32.bpo-26502.eGXr_k.rst new file mode 100644 index 0000000..3a3fc17 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-08-02-20-39-32.bpo-26502.eGXr_k.rst @@ -0,0 +1,2 @@ +Implement ``traceback.FrameSummary.__len__()`` method to preserve +compatibility with the old tuple API. |