[Python-checkins] r55889 - python/trunk/Misc/NEWS

neal.norwitz python-checkins at python.org
Mon Jun 11 09:36:31 CEST 2007


Author: neal.norwitz
Date: Mon Jun 11 09:36:24 2007
New Revision: 55889

Modified:
   python/trunk/Misc/NEWS
Log:
Reflow long line

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Jun 11 09:36:24 2007
@@ -14,8 +14,8 @@
 
 - Patch #1733960: Allow T_LONGLONG to accept ints.
 
-- Prevent expandtabs() on string and unicode objects from causing a segfault when
-  a large width is passed on 32-bit platforms.
+- Prevent expandtabs() on string and unicode objects from causing a segfault
+  when a large width is passed on 32-bit platforms.
 
 - Bug #1733488: Fix compilation of bufferobject.c on AIX.
 


More information about the Python-checkins mailing list