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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d675a2c48a717cd6a960185abc59c50e82ad50d6;p=thirdparty%2FPython%2Fcpython.git Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). --- d675a2c48a717cd6a960185abc59c50e82ad50d6 diff --cc Misc/NEWS index f27ce2e3f6a0,b3dacd2ab4c5..a56194c10971 --- 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.