commit | fcfff0a7fa6ece4c806b6e1a0a66b5ce214b9a28 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 03 12:19:50 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 03 12:19:50 2006 +0000 |
tree | f7021d6ee71d28238772991a0f367cf632216485 | |
parent | 82c276ea332108056e2ca8905547fc184bfe0eb9 [diff] |
Bug #1417699: Reject locale-specific decimal point in float() and atof().
diff --git a/Misc/NEWS b/Misc/NEWS index a5faa9b..4740104 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ 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.