commit | b606d45fb26d38ba00b06a4349fd05172ba9e12c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Jul 20 21:26:04 2014 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Sun Jul 20 21:26:04 2014 -0700 |
tree | 14a4b625b8f5f4b7830260a620bf869f6e5c8256 | |
parent | e2d1e64a1ffd04a274e911c53fd9ee00a4943f6c [diff] [blame] |
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
diff --git a/Misc/NEWS b/Misc/NEWS index 9ba62e8..0181a46 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,9 @@ - Issue #22017: Correct reference counting errror in the initialization of the _warnings module. +- Issue #21868: Prevent turtle crash when undo buffer set to a value less + than one. + - Issue #21044: tarfile.open() now handles fileobj with an integer 'name' attribute. Based on patch by Martin Panter.