summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-10-19 14:38:14 (GMT)
committerEric Smith <eric@trueblade.com>2009-10-19 14:38:14 (GMT)
commitc12781abcba0ff9ff5f6f7af807634ea4bc49e49 (patch)
treedef23c6ba9b14b9ab2386bb23f4d9321ffcce5c8 /Misc
parent156692752db98a2e31c4e00f59072b9f221eb9a9 (diff)
downloadcpython-c12781abcba0ff9ff5f6f7af807634ea4bc49e49.zip
cpython-c12781abcba0ff9ff5f6f7af807634ea4bc49e49.tar.gz
cpython-c12781abcba0ff9ff5f6f7af807634ea4bc49e49.tar.bz2
Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated.
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 f684325..38c29ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #7168: Document PyFloat_AsString and PyFloat_AsReprString, and
+ note that they are unsafe and deprecated.
+
- Issue #7120: logging: Removed import of multiprocessing which is causing
crash in GAE.