Topic ===== flaw in mod_python allows Denial-of-Service (DoS) attack against apache web server Problem Description ===== mod_python embeds the Python language interpreter within the Apache httpd ...
Just wondering what method the filecmp.dircmp constructor(?) uses to test the equivalency of the files in directory A with the files in directory B. Does it just check hashes and file sizes, or ...