diff options
author | Georg Brandl <georg@python.org> | 2006-09-30 12:02:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-09-30 12:02:57 (GMT) |
commit | 44a7b3a7658f2f540cab5316d74acce05d711554 (patch) | |
tree | 6fa816c901d517485212dd28bc3f099ef89750d2 /Misc | |
parent | a92979a1db11ca42e78390fead218afbefb61587 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |