From: Martin Panter Date: Sat, 3 Dec 2016 03:44:16 +0000 (+0000) Subject: Issue #28847: Fix spelling X-Git-Tag: v2.7.13rc1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d2cfe263c0bcb21e8d8bd08d28306ee1ae156f3;p=python Issue #28847: Fix spelling --- diff --git a/Misc/NEWS b/Misc/NEWS index c0f27ca6ee..354ae7ea83 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,7 +13,7 @@ Core and Builtins - Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. Original patch by Andreas Stührk. -- Issue #28847: dubmdbm no longer writes the index file in when it is not +- Issue #28847: dumbdbm no longer writes the index file in when it is not changed and supports reading read-only files. - Issue #11145: Fixed miscellaneous issues with C-style formatting of types