[Python-checkins] r84768 - python/branches/release27-maint

florent.xicluna python-checkins at python.org
Mon Sep 13 09:50:44 CEST 2010


Author: florent.xicluna
Date: Mon Sep 13 09:50:43 2010
New Revision: 84768

Log:
Blocked revisions 84081-84082,84363,84467-84469,84485 via svnmerge

........
  r84081 | florent.xicluna | 2010-08-15 22:16:27 +0200 (dim., 15 août 2010) | 1 line
  
  Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293.
........
  r84082 | florent.xicluna | 2010-08-15 22:21:26 +0200 (dim., 15 août 2010) | 1 line
  
  Replace readfp() with read_file() in configparser documentation.
........
  r84363 | florent.xicluna | 2010-08-30 16:05:50 +0200 (lun., 30 août 2010) | 1 line
  
  remove pointless coding cookies
........
  r84467 | florent.xicluna | 2010-09-03 21:52:03 +0200 (ven., 03 sept. 2010) | 1 line
  
  Use a context manager for some file objects.
........
  r84468 | florent.xicluna | 2010-09-03 21:54:02 +0200 (ven., 03 sept. 2010) | 1 line
  
  Remove unused import, fix typo and rewrap docstrings.
........
  r84469 | florent.xicluna | 2010-09-03 21:55:26 +0200 (ven., 03 sept. 2010) | 1 line
  
  Remove redundant context manager.
........
  r84485 | florent.xicluna | 2010-09-04 01:47:32 +0200 (sam., 04 sept. 2010) | 2 lines
  
  Welcome to the UTF-8 world.
........


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list