[Python-checkins] r79512 - python/branches/release31-maint

florent.xicluna python-checkins at python.org
Tue Mar 30 21:56:08 CEST 2010


Author: florent.xicluna
Date: Tue Mar 30 21:56:08 2010
New Revision: 79512

Log:
Blocked revisions 78930,79506,79508 via svnmerge

................
  r78930 | florent.xicluna | 2010-03-13 16:35:12 +0100 (sam, 13 mar 2010) | 9 lines
  
  Merged revisions 78832 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78832 | florent.xicluna | 2010-03-11 02:39:55 +0100 (jeu, 11 mar 2010) | 2 lines
    
    It is not optimal to test sys.stderr on a debug build.
  ........
................
  r79506 | florent.xicluna | 2010-03-30 21:34:18 +0200 (mar, 30 mar 2010) | 13 lines
  
  Merged revisions 79494,79496 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79494 | florent.xicluna | 2010-03-30 10:24:06 +0200 (mar, 30 mar 2010) | 2 lines
    
    #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
  ........
    r79496 | florent.xicluna | 2010-03-30 18:29:03 +0200 (mar, 30 mar 2010) | 2 lines
    
    Highlight the change of behavior related to r79494.  Now VT and FF are linebreaks.
  ........
................
  r79508 | florent.xicluna | 2010-03-30 21:43:09 +0200 (mar, 30 mar 2010) | 9 lines
  
  Merged revisions 79497 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79497 | florent.xicluna | 2010-03-30 18:31:14 +0200 (mar, 30 mar 2010) | 2 lines
    
    #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT).
  ........
................


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


More information about the Python-checkins mailing list