diff options
author | Georg Brandl <georg@python.org> | 2005-07-22 18:40:02 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-22 18:40:02 (GMT) |
commit | 95d632d47203ba0d11278d689dfa4787b6b79ee0 (patch) | |
tree | e9dc2b4160ea69ca3f9ab75513719e63a9ef4d42 /Misc | |
parent | c0c8bb36adf36651cd58fb66a8e3ce02494c57e0 (diff) | |
download | cpython-95d632d47203ba0d11278d689dfa4787b6b79ee0.zip cpython-95d632d47203ba0d11278d689dfa4787b6b79ee0.tar.gz cpython-95d632d47203ba0d11278d689dfa4787b6b79ee0.tar.bz2 |
[ 1243081 ] repair typos
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -759,7 +759,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 |