[Python-3000-checkins] r63680 - python/branches/py3k

christian.heimes python-3000-checkins at python.org
Mon May 26 15:16:12 CEST 2008


Author: christian.heimes
Date: Mon May 26 15:16:12 2008
New Revision: 63680

Log:
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
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-3000-checkins mailing list