[Python-checkins] python/dist/src/Misc NEWS,1.1320,1.1321

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 20:39:19 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
[ 1243081 ] repair typos



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1320
retrieving revision 1.1321
diff -u -d -r1.1320 -r1.1321
--- NEWS	18 Jul 2005 08:53:17 -0000	1.1320
+++ NEWS	22 Jul 2005 18:39:16 -0000	1.1321
@@ -906,7 +906,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