• 
      

    Fix compatibility with Python 2.5

    Review Request #4433 — Created Aug. 13, 2013 and submitted

    Information

    Djblets
    master

    Reviewers

    Fix compatibility with Python 2.5
    
    Our controlled_subprocess context manager used Popen.kill, which is only
    available in Python 2.6. Additionally, os.kill didn't gain windows
    compatibility until 2.7, so we're stuck having to do some kind of gross things
    to kill the process.
    
    
     
    reviewbot
    1. This is a review from Review Bot.
        Tool: PEP8 Style Checker
        Processed Files:
          djblets/util/contextmanagers.py
        Ignored Files:
      
      
    2. 
        
    reviewbot
    1. This is a review from Review Bot.
        Tool: Pyflakes
        Processed Files:
          djblets/util/contextmanagers.py
        Ignored Files:
      
      
    2. 
        
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to djblets master (7d45fb5).