• Guido van Rossum's avatar
    Patch by Jeff Rush: · 9228cbd0
    Guido van Rossum yazdı
    In CGIHTTPServer.py, the list of acceptable formats is -split-
    on spaces but -joined- on commas, resulting in double commas
    in the joined text.  It appears harmless to my browser but
    ought to be fixed anyway.
    
        'A, B, C' -> 'A,', 'B,', 'C,' -> 'A,,B,,C'
    9228cbd0
CGIHTTPServer.py 6.01 KB