From: Chris Jerdonek Date: Wed, 21 Nov 2012 01:53:17 +0000 (-0800) Subject: Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). X-Git-Tag: v3.4.0a1~1967 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d675a2c48a717cd6a960185abc59c50e82ad50d6;p=python Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). --- d675a2c48a717cd6a960185abc59c50e82ad50d6 diff --cc Misc/NEWS index f27ce2e3f6,b3dacd2ab4..a56194c109 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -395,8 -277,16 +395,10 @@@ Buil Documentation ------------- + - Issue #13538: Improve str() and object.__str__() documentation. + -- Issue #16489: Make it clearer that importlib.find_loader() requires any and - all packages to be separately imported. +- Issue #16489: Make it clearer that importlib.find_loader() needs parent + packages to be explicitly imported. - Issue #16400: Update the description of which versions of a given package PyPI displays.