Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove circular dependency from debugging code #1354

Merged
merged 2 commits into from Jan 17, 2015

Commits on Jan 16, 2015

  1. Remove circular dependency from debugging code

    Move the `debug` property from `request` to `request.Request`, and
    define a property at the old location to pass through to the new
    location for backwards compatibility.
    nylen committed Jan 16, 2015
    Copy the full SHA
    0cc1582 View commit details
    Browse the repository at this point in the history
  2. Don't overwrite process.stderr.write without restoring it later

    This was probably not a very good idea.
    nylen committed Jan 16, 2015
    Copy the full SHA
    e7c7784 View commit details
    Browse the repository at this point in the history