Skip to content

bpo-30217: add the operators ~ and | to the index#1502

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
marco-buttu:fix-issue-30217
Jun 9, 2017
Merged

bpo-30217: add the operators ~ and | to the index#1502
serhiy-storchaka merged 1 commit into
python:masterfrom
marco-buttu:fix-issue-30217

Conversation

@marco-buttu

Copy link
Copy Markdown
Contributor

Fix bpo-30217: Missing entry for the tilde (~) operator in the Index. Also the | operator was not indexed.

@mention-bot

Copy link
Copy Markdown

@marco-buttu, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld, @ncoghlan and @benjaminp to be potential reviewers.

Comment thread Doc/library/stdtypes.rst Outdated

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Inversion or inverting?

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 think this index entry is not needed. ~ is a bitwise operation. There are no separate index entries for bitwise conjunction and disjunction.

@marco-buttu

Copy link
Copy Markdown
Contributor Author

Thanks @serhiy-storchaka, I remove the last commit (that introduced the pair: inversion; operations entry).

@matrixise

Copy link
Copy Markdown
Member

@serhiy-storchaka maybe we could merge it.

@serhiy-storchaka serhiy-storchaka added docs Documentation in the Doc dir needs backport to 2.7 labels Jun 9, 2017
@serhiy-storchaka serhiy-storchaka merged commit 5eb7075 into python:master Jun 9, 2017
@serhiy-storchaka

Copy link
Copy Markdown
Member

Yes, thank you for the reminder. Do you mind to backport the change to other branches?

@marco-buttu

Copy link
Copy Markdown
Contributor Author

Ok @serhiy-storchaka

@Mariatta

Copy link
Copy Markdown
Member

Thanks for the PRs @marco-buttu 🎉

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants