summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-06-11 20:56:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-06-11 20:56:46 (GMT)
commit703f7c4bf5fa98f9b8b11593d3fa37eb68eae896 (patch)
treea4fe76c58a8cc614a02aaaed497289fcfc345934 /Misc
parent3ae42726d4ba3a304d42f0c7df039de777a678bb (diff)
parent9620cc04634e720d1d016cce4bf02e0c27607e64 (diff)
downloadcpython-703f7c4bf5fa98f9b8b11593d3fa37eb68eae896.zip
cpython-703f7c4bf5fa98f9b8b11593d3fa37eb68eae896.tar.gz
cpython-703f7c4bf5fa98f9b8b11593d3fa37eb68eae896.tar.bz2
merge 3.2 (#9284)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b3a372..e2538fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.