Reflow long line

This commit is contained in:
Neal Norwitz 2007-06-11 07:36:24 +00:00
parent c161cb9955
commit db2b1b3389
1 changed files with 2 additions and 2 deletions

View File

@ -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.