summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-06-11 07:36:24 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-06-11 07:36:24 (GMT)
commitdb2b1b33899b6aeb12b9d9721772ae23afe822ef (patch)
tree7de7d10d349934a26bd7eb6b728d16cf16ccb8b3 /Misc
parentc161cb995530521711e47425170524921fc1b559 (diff)
downloadcpython-db2b1b33899b6aeb12b9d9721772ae23afe822ef.zip
cpython-db2b1b33899b6aeb12b9d9721772ae23afe822ef.tar.gz
cpython-db2b1b33899b6aeb12b9d9721772ae23afe822ef.tar.bz2
Reflow long line
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a8f28c2..97ebc89 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,8 +14,8 @@ Core and builtins
- 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.