[Python-checkins] r61750 - in python/branches/trunk-bytearray: Include/bytes_methods.h Include/bytesobject.h Lib/test/buffer_tests.py Lib/test/test_bytes.py Objects/bytes_methods.c Objects/bytesobject.c Objects/stringlib/ctype.h Objects/stringlib/transmogrify.h

christian.heimes python-checkins at python.org
Sat Mar 22 20:48:14 CET 2008


Author: christian.heimes
Date: Sat Mar 22 20:47:44 2008
New Revision: 61750

Added:
   python/branches/trunk-bytearray/Include/bytes_methods.h
      - copied unchanged from r61746, python/branches/py3k/Include/bytes_methods.h
   python/branches/trunk-bytearray/Include/bytesobject.h
      - copied unchanged from r61746, python/branches/py3k/Include/bytesobject.h
   python/branches/trunk-bytearray/Lib/test/buffer_tests.py
      - copied unchanged from r61746, python/branches/py3k/Lib/test/buffer_tests.py
   python/branches/trunk-bytearray/Lib/test/test_bytes.py
      - copied unchanged from r61746, python/branches/py3k/Lib/test/test_bytes.py
   python/branches/trunk-bytearray/Objects/bytes_methods.c
      - copied unchanged from r61746, python/branches/py3k/Objects/bytes_methods.c
   python/branches/trunk-bytearray/Objects/bytesobject.c
      - copied unchanged from r61746, python/branches/py3k/Objects/bytesobject.c
   python/branches/trunk-bytearray/Objects/stringlib/ctype.h
      - copied unchanged from r61746, python/branches/py3k/Objects/stringlib/ctype.h
   python/branches/trunk-bytearray/Objects/stringlib/transmogrify.h
      - copied unchanged from r61746, python/branches/py3k/Objects/stringlib/transmogrify.h
Log:
Copied files from py3k w/o modifications


More information about the Python-checkins mailing list