summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-07-21 04:30:32 (GMT)
committerRaymond Hettinger <python@rcn.com>2014-07-21 04:30:32 (GMT)
commit854e76effaa272feed874c0e828ee679a3949dc2 (patch)
tree6cedd74c082f229db0b45c51c14ab6c1d6193b6b /Misc
parent01963e6ae977ade7802d5ef67a94055e82763a44 (diff)
downloadcpython-854e76effaa272feed874c0e828ee679a3949dc2.zip
cpython-854e76effaa272feed874c0e828ee679a3949dc2.tar.gz
cpython-854e76effaa272feed874c0e828ee679a3949dc2.tar.bz2
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b326985..08b3c6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Library
- Issue #21044: tarfile.open() now handles fileobj with an integer 'name'
attribute. Based on patch by Martin Panter.
+- Issue #21867: Prevent turtle crash due to invalid undo buffer size.
+
- Issue #19076: Don't pass the redundant 'file' argument to self.error().
- Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.