-
Vincent Pelletier authored
urllib chooses the proper httplib class based on url scheme, so use it. urllib handles in-url credentials for basic auth, removing the need to implement it ourselves. Simplifies URL parsing, uncovering errors on recipe execution rather than on generated script's execution. Use %r for automated escaping & quoting.
a9611645