commit | 929d3840589cf8159520e4082467d7cab6d5a57f | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jul 17 15:51:21 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jul 17 15:51:21 2010 +0000 |
tree | 1c237461d3660e788f4484b9fc4249e41497fe0b | |
parent | f4e7a35d640c919923b3c0925a8d548e5391ec61 [diff] [blame] |
Issue #9268: Add annotation option to pickletools.dis
diff --git a/Misc/NEWS b/Misc/NEWS index 7abb564..c6dbfef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -473,6 +473,10 @@ Library ------- +- Issue #9268: ``pickletools.dis()`` now has an optional *annotate* + argument which controls printing of opcode descriptions in ``dis()`` + output. + - Issue #1555570: email no longer inserts extra blank lines when a \r\n combo crosses an 8192 byte boundary.