diff options
author | Raymond Hettinger <python@rcn.com> | 2014-07-21 04:30:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-07-21 04:30:32 (GMT) |
commit | 854e76effaa272feed874c0e828ee679a3949dc2 (patch) | |
tree | 6cedd74c082f229db0b45c51c14ab6c1d6193b6b /Misc | |
parent | 01963e6ae977ade7802d5ef67a94055e82763a44 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |