Skip to content

Instantly share code, notes, and snippets.

@karlcow
Created January 14, 2011 12:03
Show Gist options
  • Save karlcow/779522 to your computer and use it in GitHub Desktop.
Save karlcow/779522 to your computer and use it in GitHub Desktop.
print "validation:", resp['x-w3c-validator-status'], resp['x-w3c-validator-errors'], resp['x-w3c-validator-warnings']
fres.write("validation: " + resp['x-w3c-validator-status'] + " " + resp['x-w3c-validator-errors'] + " " + resp['x-w3c-validator-warnings'] + "\n")
print "encoding: " + respg['content-type'] + " " + encoding
fres.write("encoding: " + respg['content-type'] + " " + encoding+"\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment