commit | 2dc77f0e197b9ca9710d7ae20ff13fe2bea541c4 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Fri Sep 16 00:46:05 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Fri Sep 16 00:46:05 2016 +0000 |
tree | 36a6b8fefc0c6024fd9a6d9c75de964f57a6ae39 | |
parent | 525aedc5fae90e5195adb2d34ec33f1a773540fc [diff] [blame] |
Issue #28145: Spelling fixes
diff --git a/Misc/HISTORY b/Misc/HISTORY index 73fb1d3..fa2e3c7 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY
@@ -23445,7 +23445,7 @@ decimal numbers). - In string.atof(), don't fail when the "re" module is unavailable. -Plug the ensueing security leak by supplying an empty __builtins__ +Plug the ensuing security leak by supplying an empty __builtins__ directory to eval(). - A bunch of small fixes and improvements to Tkinter.py.