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

[9539] Tidy up Deferred.fromFuture() intersphinx references #1070

Merged
merged 4 commits into from Sep 24, 2018

Commits on Sep 23, 2018

  1. Fix Deferred.fromFuture() intersphinx ref

    The asyncio docs have been reorganized, invalidating this reference.
    twm committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    2248138 View commit details
    Browse the repository at this point in the history
  2. Don't reference asyncio.async

    This is an alias for asyncio.ensure_future which has been deprecated
    since 3.4.4. It isn't even syntactically usable as of Python 3.6. It
    seems best to remove this reference to it.
    
    https://docs.python.org/3.4/library/asyncio-task.html#asyncio.async
    twm committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    b6c2cd0 View commit details
    Browse the repository at this point in the history
  3. Add newsfile

    twm committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    4f43efe View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Fix docstring, thanks @altendky

    twm committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    0df24c2 View commit details
    Browse the repository at this point in the history