Message322245
| Author | CuriousLearner |
|---|---|
| Recipients | CuriousLearner, docs@python, mark.dickinson, martin.panter, ncoghlan, tim.peters, wolma |
| Date | 2018-07-23.19:01:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532372464.5.0.56676864532.issue29710@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hey Tim, > @CuriousLearner, does the PR also include Nick's first suggested change? Here: """ ===================== Bitwise operations only make sense for integers. The result of bitwise operations is calculated as though carried out in two's complement with an infinite number of sign bits. ===================== """ I think it was then discussed to keep this line as: """ =========== Bitwise operations only make sense for integers. Negative numbers are treated as their 2's complement value. =========== """ Does this needs to be changed? Here is the link of the PR: https://github.com/python/cpython/pull/1691/files#diff-7498e907ba97646df434a0eb583c6909 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-23 19:01:04 | CuriousLearner | set | recipients: + CuriousLearner, tim.peters, mark.dickinson, ncoghlan, docs@python, martin.panter, wolma |
| 2018-07-23 19:01:04 | CuriousLearner | set | messageid: <1532372464.5.0.56676864532.issue29710@psf.upfronthosting.co.za> |
| 2018-07-23 19:01:04 | CuriousLearner | link | issue29710 messages |
| 2018-07-23 19:01:04 | CuriousLearner | create | |