Skip to content

bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound …#3739

Merged
rhettinger merged 1 commit intopython:masterfrom
rhettinger:desc_howto_unbound
Sep 25, 2017
Merged

bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound …#3739
rhettinger merged 1 commit intopython:masterfrom
rhettinger:desc_howto_unbound

Conversation

@rhettinger
Copy link
Copy Markdown
Contributor

@rhettinger rhettinger commented Sep 24, 2017

@nedbat
Copy link
Copy Markdown
Member

nedbat commented Sep 24, 2017

Maybe now would be a good time to take a look at https://bugs.python.org/issue17894 ?

Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not competent in reviewing English, but overall look good to me. Except one suspicious place.

are written using :keyword:`def` and :keyword:`lambda`, the usual tools for
creating functions. The only difference from regular functions is that the
are written using :keyword:`def` or :keyword:`lambda`, the usual tools for
creating functions. Methods only differ from regular functions in that the
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about "in that".

@@ -291,25 +292,34 @@ Running the interpreter shows how the function descriptor works in practice::
... return x
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(object) above can be removed.

@serhiy-storchaka
Copy link
Copy Markdown
Member

Maybe now would be a good time to take a look at https://bugs.python.org/issue17894 ?

Sure. Look also at https://bugs.python.org/issue26103.

@rhettinger rhettinger merged commit 0d4497b into python:master Sep 25, 2017
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot
Copy link
Copy Markdown

GH-3742 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 25, 2017
rhettinger pushed a commit that referenced this pull request Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants