commit | 5c8b54eb04490da53d4ed0d405d7151d4962ee19 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sat Jul 03 07:36:51 2010 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Jul 03 07:36:51 2010 +0000 |
tree | 8155b37356be20d4b6904f4cf498a55fcf041033 | |
parent | 9bf2b3ae6a21c254bdd0d8f2dfbebd320494452e [diff] [blame] |
Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban
diff --git a/Misc/NEWS b/Misc/NEWS index 403c731..ee0a5d7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -468,6 +468,8 @@ 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.