diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-03 12:19:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-03 12:19:50 (GMT) |
commit | fcfff0a7fa6ece4c806b6e1a0a66b5ce214b9a28 (patch) | |
tree | f7021d6ee71d28238772991a0f367cf632216485 /Misc | |
parent | 82c276ea332108056e2ca8905547fc184bfe0eb9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |