summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-09-30 12:02:57 (GMT)
committerGeorg Brandl <georg@python.org>2006-09-30 12:02:57 (GMT)
commit44a7b3a7658f2f540cab5316d74acce05d711554 (patch)
tree6fa816c901d517485212dd28bc3f099ef89750d2 /Misc
parenta92979a1db11ca42e78390fead218afbefb61587 (diff)
downloadcpython-44a7b3a7658f2f540cab5316d74acce05d711554.zip
cpython-44a7b3a7658f2f540cab5316d74acce05d711554.tar.gz
cpython-44a7b3a7658f2f540cab5316d74acce05d711554.tar.bz2
Bug #1546052: clarify that PyString_FromString(AndSize) copies the
string pointed to by its parameter.
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 e3abddc..67a0a80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,6 +146,9 @@ Tests
Documentation
-------------
+- Bug #1546052: clarify that PyString_FromString(AndSize) copies the
+ string pointed to by its parameter.
+
- Bug #1566663: remove obsolete example from datetime docs.
- Bug #1541682: Fix example in the "Refcount details" API docs.