commit | e8bba99ab6983d1796d7c782602ecc1a5b67f77f | [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 | dd3ea1eab9d2716ed032a818451ab76ac773ea29 | |
parent | 5f75502a2ed490071514ab0361e1b406a7405de1 [diff] [blame] |
Issue #28145: Spelling fixes
diff --git a/Misc/HISTORY b/Misc/HISTORY index 5cb263c..128870c 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY
@@ -12533,7 +12533,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.