[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.64, 1.1193.2.65

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 20:40:05 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5608/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
[ 1243081 ] repair typos



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.64
retrieving revision 1.1193.2.65
diff -u -d -r1.1193.2.64 -r1.1193.2.65
--- NEWS	18 Jul 2005 08:53:40 -0000	1.1193.2.64
+++ NEWS	22 Jul 2005 18:40:01 -0000	1.1193.2.65
@@ -759,7 +759,7 @@
 - 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



More information about the Python-checkins mailing list