This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients CuriousLearner, docs@python, mark.dickinson, martin.panter, ncoghlan, tim.peters, wolma
Date 2018-07-23.18:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532372058.96.0.56676864532.issue29710@psf.upfronthosting.co.za>
In-reply-to
Content
@CuriousLearner, does the PR also include Nick's first suggested change?  Here:

"""
1. Replace the opening paragraph of https://docs.python.org/3/library/stdtypes.html#bitwise-operations-on-integer-types (the one I originally quoted when opening this issue) with the text:

=====================
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.
=====================
"""
History
Date User Action Args
2018-07-23 18:54:18tim.peterssetrecipients: + tim.peters, mark.dickinson, ncoghlan, docs@python, martin.panter, wolma, CuriousLearner
2018-07-23 18:54:18tim.peterssetmessageid: <1532372058.96.0.56676864532.issue29710@psf.upfronthosting.co.za>
2018-07-23 18:54:18tim.peterslinkissue29710 messages
2018-07-23 18:54:18tim.peterscreate