diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2010-07-03 07:36:51 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2010-07-03 07:36:51 (GMT) |
commit | 5c8b54eb04490da53d4ed0d405d7151d4962ee19 (patch) | |
tree | 8155b37356be20d4b6904f4cf498a55fcf041033 /Misc | |
parent | 9bf2b3ae6a21c254bdd0d8f2dfbebd320494452e (diff) | |
download | cpython-5c8b54eb04490da53d4ed0d405d7151d4962ee19.zip cpython-5c8b54eb04490da53d4ed0d405d7151d4962ee19.tar.gz cpython-5c8b54eb04490da53d4ed0d405d7151d4962ee19.tar.bz2 |
Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -797,6 +797,7 @@ Doobee R. Tzeck Eren Türkay Lionel Ulmer Roger Upole +Daniel Urban Michael Urman Hector Urtubia Andi Vajda @@ -468,6 +468,8 @@ C-API Library ------- +- Issue #6507: Accept source strings in dis.dis() + - Issue #7829: Clearly document that the dis module is exposing an implementation detail that is not stable between Python VMs or releases. |