diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-11 20:56:46 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-11 20:56:46 (GMT) |
commit | 703f7c4bf5fa98f9b8b11593d3fa37eb68eae896 (patch) | |
tree | a4fe76c58a8cc614a02aaaed497289fcfc345934 /Misc | |
parent | 3ae42726d4ba3a304d42f0c7df039de777a678bb (diff) | |
parent | 9620cc04634e720d1d016cce4bf02e0c27607e64 (diff) | |
download | cpython-703f7c4bf5fa98f9b8b11593d3fa37eb68eae896.zip cpython-703f7c4bf5fa98f9b8b11593d3fa37eb68eae896.tar.gz cpython-703f7c4bf5fa98f9b8b11593d3fa37eb68eae896.tar.bz2 |
merge 3.2 (#9284)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -190,6 +190,9 @@ Library - Issue #12240: Allow multiple setup hooks in packaging's setup.cfg files. Original patch by Erik Bray. +- Issue #9284: Allow inspect.findsource() to find the source of doctest + functions. + - Issue #11595: Fix assorted bugs in packaging.util.cfg_to_args, a compatibility helper for the distutils-packaging transition. Original patch by Erik Bray. |