diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2010-07-03 07:38:28 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2010-07-03 07:38:28 (GMT) |
commit | e2a89737c02f80cfaba93f57ab9819cc9065d1d3 (patch) | |
tree | d3bdc8a47b229e052aa9ae02a2ded2e05218d1e6 | |
parent | 5c8b54eb04490da53d4ed0d405d7151d4962ee19 (diff) | |
download | cpython-e2a89737c02f80cfaba93f57ab9819cc9065d1d3.zip cpython-e2a89737c02f80cfaba93f57ab9819cc9065d1d3.tar.gz cpython-e2a89737c02f80cfaba93f57ab9819cc9065d1d3.tar.bz2 |
Issue 6507: missing patch submitter from NEWS entry in previous checkin
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -468,7 +468,8 @@ C-API Library ------- -- Issue #6507: Accept source strings in dis.dis() +- Issue #6507: Accept source strings in dis.dis(). Original patch by + Daniel Urban. - Issue #7829: Clearly document that the dis module is exposing an implementation detail that is not stable between Python VMs or releases. |