diff options
author | Georg Brandl <georg@python.org> | 2005-07-22 18:39:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-22 18:39:19 (GMT) |
commit | 08c02dbb85a8eebe3395658260dec36dd4169381 (patch) | |
tree | 76615595accfba30196bf91d3c07009871c1dd23 /Misc | |
parent | c9878e1b220b748788c3faa656257d5da4cd46c7 (diff) | |
download | cpython-08c02dbb85a8eebe3395658260dec36dd4169381.zip cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.gz cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.bz2 |
[ 1243081 ] repair typos
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -906,7 +906,7 @@ Library - The decimal package's Context.copy() method now returns deep copies. - Deprecated sys.exitfunc in favor of the atexit module. The sys.exitfunc - attribute will be kept around for backwards compatability and atexit + attribute will be kept around for backwards compatibility and atexit will just become the one preferred way to do it. - patch #675551: Add get_history_item and replace_history_item functions |