• Thomas Wouters's avatar
    Merged revisions 53623-53858 via svnmerge from · cf297e46
    Thomas Wouters authored
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r53624 | peter.astrand | 2007-02-02 20:06:36 +0100 (Fri, 02 Feb 2007) | 1 line
    
      We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead.
    ........
      r53635 | kurt.kaiser | 2007-02-05 07:03:18 +0100 (Mon, 05 Feb 2007) | 2 lines
    
      Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
    ........
      r53641 | kurt.kaiser | 2007-02-06 00:02:16 +0100 (Tue, 06 Feb 2007) | 5 lines
    
      1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
         Suggested solution by Christos Georgiou, Bug 791968.
      2. Clean up tests, were not failing when they should have been.
      4. Remove some camelcase and an unneeded try/except block.
    ........
      r53644 | kurt.kaiser | 2007-02-06 04:21:40 +0100 (Tue, 06 Feb 2007) | 2 lines
    
      Clean up ModifiedInterpreter.runcode() structure
    ........
      r53646 | peter.astrand | 2007-02-...
    cf297e46
shutil.py 5.93 KB