[issue26548] Probably missing word in a sentence in the doc of bitwise operations on integer types

2016-03-12 Thread Raymond Hettinger

Changes by Raymond Hettinger :


--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26548] Probably missing word in a sentence in the doc of bitwise operations on integer types

2016-03-12 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b9256d5f1ab4 by Raymond Hettinger in branch '3.5':
Issue #26548:  Minor fix to awkward wording in docs
https://hg.python.org/cpython/rev/b9256d5f1ab4

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26548] Probably missing word in a sentence in the doc of bitwise operations on integer types

2016-03-12 Thread Raymond Hettinger

Changes by Raymond Hettinger :


--
assignee: docs@python -> rhettinger
nosy: +rhettinger
priority: normal -> low

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26548] Probably missing word in a sentence in the doc of bitwise operations on integer types

2016-03-12 Thread Julien

New submission from Julien:

In 
https://docs.python.org/3.5/library/stdtypes.html#bitwise-operations-on-integer-types
 the sentence "this assumes a sufficiently large number of bits that no 
overflow occurs during the operation" looks wrong to me, so I asked on #python 
and got from @benzrf:

"this assumes that there are sufficiently many bits for no overflow to occur 
during the operation"

Which looks better to me.

--
assignee: docs@python
components: Documentation
messages: 261667
nosy: docs@python, sizeof
priority: normal
severity: normal
status: open
title: Probably missing word in a sentence in the doc of bitwise operations on 
integer types
type: enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com