summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-21 01:53:17 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-21 01:53:17 (GMT)
commitd675a2c48a717cd6a960185abc59c50e82ad50d6 (patch)
tree1e8ad4ce4d6868ab89d4152c032541a4eb5e2c36 /Misc
parent045aef3795ebb799fa89c4be47cfc9b2448ab1b2 (diff)
parent5fae0e58549c9270b188a1591ffa6cc4c2d9ab4e (diff)
downloadcpython-d675a2c48a717cd6a960185abc59c50e82ad50d6.zip
cpython-d675a2c48a717cd6a960185abc59c50e82ad50d6.tar.gz
cpython-d675a2c48a717cd6a960185abc59c50e82ad50d6.tar.bz2
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f27ce2e..a56194c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -395,6 +395,8 @@ Build
Documentation
-------------
+- Issue #13538: Improve str() and object.__str__() documentation.
+
- Issue #16489: Make it clearer that importlib.find_loader() needs parent
packages to be explicitly imported.