commit | 18e165558b24d29e7e0ca501842b9236589b012a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Feb 15 17:27:45 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Feb 15 17:27:45 2006 +0000 |
tree | 841678b5dc1aff3aa48701fee33a6ba7be00a72b | |
parent | 44829297348d9121a03fc7df2fac557b583cc7fa [diff] [blame] |
Merge ssize_t branch.
diff --git a/Misc/NEWS b/Misc/NEWS index a7e54ad..f2a5091 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- PEP 353: Using ssize_t as the index type. + - Patch #1400181, fix unicode string formatting to not use the locale. This is how string objects work. u'%f' could use , instead of . for the decimal point. Now both strings and unicode always use periods.