[Python-checkins] python/dist/src/Misc NEWS,1.1388,1.1389

doerwalter@users.sourceforge.net doerwalter at users.sourceforge.net
Sun Oct 9 21:38:24 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Remove trailing spaces.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1388
retrieving revision 1.1389
diff -u -d -r1.1388 -r1.1389
--- NEWS	9 Oct 2005 19:28:35 -0000	1.1388
+++ NEWS	9 Oct 2005 19:38:21 -0000	1.1389
@@ -194,7 +194,7 @@
 - Bug #728515: mmap.resize() now resizes the file on Unix as it did
   on Windows.
 
-- Patch #1180695: Add nanosecond stat resolution, and st_gen, 
+- Patch #1180695: Add nanosecond stat resolution, and st_gen,
   st_birthtime for FreeBSD.
 
 - Patch #1231069: The fcntl.ioctl function now uses the 'I' code for
@@ -256,7 +256,7 @@
 
 - Patch #754022: Greatly enhanced webbrowser.py (by Oleg Broytmann).
 
-- Bug #729103: pydoc.py: Fix docother() method to accept additional 
+- Bug #729103: pydoc.py: Fix docother() method to accept additional
   "parent" argument.
 
 - Patch #1300515: xdrlib.py: Fix pack_fstring() to really use null bytes
@@ -293,7 +293,7 @@
 
 - Bug #1178484: Return complete lines from codec stream readers
   even if there is an exception in later lines, resulting in
-  correct line numbers for decoding errors in source code. 
+  correct line numbers for decoding errors in source code.
 
 - Bug #1192315: Disallow negative arguments to clear() in pdb.
 



More information about the Python-checkins mailing list