• Guido van Rossum's avatar
    Mass patch by Ka-Ping Yee: · bb6cbc79
    Guido van Rossum authored
        1. Comments at the beginning of the module, before
           functions, and before classes have been turned
           into docstrings.
    
        2. Tabs are normalized to four spaces.
    
    Also, removed the "remove" function from dircmp.py, which reimplements
    list.remove() (it must have been very old).
    bb6cbc79
Queue.py 3.99 KB