Blocked revisions 63672,63675,63677,63679 via svnmerge

........
  r63672 | christian.heimes | 2008-05-26 14:29:14 +0200 (Mon, 26 May 2008) | 4 lines

  First step of the C API rename:
  renamed Include/bytesobject.h to Include/bytearrayobject.h
  renamed Include/stringobject.h to Include/bytesobject.h
  added Include/stringobject.h with aliases
........
  r63675 | christian.heimes | 2008-05-26 14:51:38 +0200 (Mon, 26 May 2008) | 1 line

  Renamed PyString to PyBytes
........
  r63677 | christian.heimes | 2008-05-26 15:01:01 +0200 (Mon, 26 May 2008) | 3 lines

  Renamed bytesobject.c to bytearrayobject.c
  Renamed stringobject.c to bytesobject.c
  Fixed Windows builds
........
  r63679 | christian.heimes | 2008-05-26 15:15:11 +0200 (Mon, 26 May 2008) | 1 line

  Updated NEWS
........