summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-03 12:19:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-03 12:19:50 (GMT)
commitfcfff0a7fa6ece4c806b6e1a0a66b5ce214b9a28 (patch)
treef7021d6ee71d28238772991a0f367cf632216485 /Misc
parent82c276ea332108056e2ca8905547fc184bfe0eb9 (diff)
downloadcpython-fcfff0a7fa6ece4c806b6e1a0a66b5ce214b9a28.zip
cpython-fcfff0a7fa6ece4c806b6e1a0a66b5ce214b9a28.tar.gz
cpython-fcfff0a7fa6ece4c806b6e1a0a66b5ce214b9a28.tar.bz2
Bug #1417699: Reject locale-specific decimal point in float()
and atof().
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 a5faa9b..4740104 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 beta 2?
Core and builtins
-----------------
+- Bug #1417699: Reject locale-specific decimal point in float()
+ and atof().
+
- Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
omit a default "error" argument for NULL pointer. This allows
the parser to take a codec from cjkcodecs again.