Kaydet (Commit) 5eb70759 authored tarafından Marco Buttu's avatar Marco Buttu Kaydeden (comit) Serhiy Storchaka

bpo-30217: Add the operators ~ and | to the index (#1502)

üst 63c2c8ac
...@@ -394,10 +394,12 @@ Bitwise Operations on Integer Types ...@@ -394,10 +394,12 @@ Bitwise Operations on Integer Types
pair: bitwise; operations pair: bitwise; operations
pair: shifting; operations pair: shifting; operations
pair: masking; operations pair: masking; operations
operator: |
operator: ^ operator: ^
operator: & operator: &
operator: << operator: <<
operator: >> operator: >>
operator: ~
Bitwise operations only make sense for integers. Negative numbers are treated Bitwise operations only make sense for integers. Negative numbers are treated
as their 2's complement value (this assumes that there are enough bits so that as their 2's complement value (this assumes that there are enough bits so that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment