[Python-checkins] r79472 - python/branches/py3k

florent.xicluna python-checkins at python.org
Sat Mar 27 23:18:04 CET 2010


Author: florent.xicluna
Date: Sat Mar 27 23:18:04 2010
New Revision: 79472

Log:
Blocked revisions 79288,79295-79296,79334,79378 via svnmerge

........
  r79288 | florent.xicluna | 2010-03-22 16:02:46 +0100 (lun, 22 mar 2010) | 2 lines
  
  Get rid of buffer() in test_ctypes:  backport the 3.x tests.
........
  r79295 | florent.xicluna | 2010-03-22 17:07:38 +0100 (lun, 22 mar 2010) | 3 lines
  
  Issue #7703: ctypes supports both buffer() and memoryview().  The former is deprecated.
  Complement of r79288.
........
  r79296 | florent.xicluna | 2010-03-22 17:36:51 +0100 (lun, 22 mar 2010) | 3 lines
  
  Preserve backward compatibility of the ctypes module.
  "This file should be kept compatible with Python 2.3, see PEP 291."
........
  r79334 | florent.xicluna | 2010-03-23 12:07:54 +0100 (mar, 23 mar 2010) | 2 lines
  
  Skip test_format_deprecation if _ctypes is not available.  Add a filter to the warning check.
........
  r79378 | florent.xicluna | 2010-03-24 18:32:58 +0100 (mer, 24 mar 2010) | 3 lines
  
  Skip test_ascii_formatd if _ctypes is not available (BSD, ...).
  Previous change was incomplete (r79334).
........


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


More information about the Python-checkins mailing list