]> granicus.if.org Git - python/commitdiff
merge 3.2 (#9284)
authorBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2011 20:56:46 +0000 (15:56 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2011 20:56:46 +0000 (15:56 -0500)
1  2 
Lib/inspect.py
Misc/NEWS

diff --cc Lib/inspect.py
Simple merge
diff --cc Misc/NEWS
index 5b3a372dd55006671f453d9b9838ee27c0db2a7f,de1c53102531f50b08764f85a1da41e3b070670b..e2538fcd7b4f3122a653185d4a2ead19834fff9c
+++ b/Misc/NEWS
@@@ -187,22 -22,11 +187,25 @@@ Core and Builtin
  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.
 +
 +- Issue #12287: In ossaudiodev, check that the device isn't closed in several
 +  methods.
 +
  - Issue #12009: Fixed regression in netrc file comment handling.
  
 +- Issue #12246: Warn and fail when trying to install a third-party project from
 +  an uninstalled Python (built in a source checkout).  Original patch by
 +  Tshepang Lekhonkhobe.
 +
  - Issue #10694: zipfile now ignores garbage at the end of a zipfile.
  
  - Issue #12283: Fixed regression in smtplib quoting of leading dots in DATA.