diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-11 14:54:27 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-11 14:54:27 (GMT) |
commit | b79be95dacc9824a70952e017ecbb87ce5575f6e (patch) | |
tree | fe5fab87709157be887e62323d9e2e8135ef0660 /Misc | |
parent | 01cac336200c33a33572308338809aea7a63c51b (diff) | |
parent | fbd4f80979c26f0cf6a3a8af9d8e4131cfeab5a7 (diff) | |
download | cpython-b79be95dacc9824a70952e017ecbb87ce5575f6e.zip cpython-b79be95dacc9824a70952e017ecbb87ce5575f6e.tar.gz cpython-b79be95dacc9824a70952e017ecbb87ce5575f6e.tar.bz2 |
Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/HISTORY | 4 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
3 files changed, 6 insertions, 3 deletions
@@ -952,7 +952,7 @@ Federico Schwindt Barry Scott Steven Scott Nick Seidenman -Žiga Seilnach +Žiga Seilnacht Yury Selivanov Fred Sells Jiwon Seo diff --git a/Misc/HISTORY b/Misc/HISTORY index 57ae98d..a7fba2b 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -2676,7 +2676,7 @@ Core and builtins subclasses of str always behaved. int/long/float, conversion of an instance to the base class has been moved to the proper nb_* magic slot and out of PyNumber_*(). - Thanks Walter D�rwald. + Thanks Walter Dörwald. - Descriptors defined in C with a PyGetSetDef structure, where the setter is NULL, now raise an AttributeError when attempting to set or delete the @@ -13998,7 +13998,7 @@ instead of raising an exception on errors; this makes the logic required for asynchronous connects simpler and more efficient. - New "locale" module with (still experimental) interface to the -standard C library locale interface, courtesy Martin von Loewis. This +standard C library locale interface, courtesy Martin von Löwis. This does not repeat my mistake in 1.5a4 of always calling setlocale(LC_ALL, ""). In fact, we've pretty much decided that Python's standard numerical formatting operations should always use @@ -272,6 +272,9 @@ Tools/Demos Documentation ------------- +- Issue #15444: Use proper spelling for non-ASCII contributor names. Patch + by Serhiy Storchaka. + - Issue #15295: Reorganize and rewrite the documentation on the import system. - Issue #15230: Clearly document some of the limitations of the runpy module and |