[issue32625] Update the dis module documentation to reflect switch to wordcode

2018-05-03 Thread Dmitry Alimov

Dmitry Alimov <dvali...@gmail.com> added the comment:

The documentation for EXTENDED_ARG opcode should also be updated for Python 
versions 3.6, 3.7, 3.8.

--
nosy: +delimitry
versions: +Python 3.6, Python 3.8

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32625>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32743] Typo in hamt.c comments

2018-02-02 Thread Dmitry Alimov

Dmitry Alimov <dvali...@gmail.com> added the comment:

Fixed

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32743>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov

Dmitry Alimov <dvali...@gmail.com> added the comment:

Merged. It's fixed now: https://www.python.org/dev/peps/pep-0342/

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

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32744>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov

Dmitry Alimov <dvali...@gmail.com> added the comment:

https://github.com/python/peps/pull/567

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32744>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov

New submission from Dmitry Alimov <dvali...@gmail.com>:

I've found "double colons" typos in examples:

@consumer
def jpeg_writer(dirname)::  # 1) here
fileno = 1

and

try:
while self.running and self.queue::  # 2) here
   func = self.queue.popleft()

--
assignee: docs@python
components: Documentation
messages: 311458
nosy: delimitry, docs@python
priority: normal
severity: normal
status: open
title: PEP 342 double colons typos in code
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32744>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32743] Typo in hamt.c comments

2018-02-01 Thread Dmitry Alimov

Change by Dmitry Alimov <dvali...@gmail.com>:


--
keywords: +patch
pull_requests: +5307
stage:  -> patch review

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32743>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32743] Typo in hamt.c comments

2018-02-01 Thread Dmitry Alimov

New submission from Dmitry Alimov <dvali...@gmail.com>:

In the comments to `hamt_node_collision_without` function in hamt.c module, I 
think should be `so convert` instead of `co convert`:

```
 if (new_count == 1) {
 /* The node has two keys, and after deletion the
new Collision node would have one.  Collision nodes
-   with one key shouldn't exist, co convert it to a
+   with one key shouldn't exist, so convert it to a
Bitmap node.
 */
```

--
assignee: docs@python
components: Documentation
messages: 311452
nosy: delimitry, docs@python, yselivanov
priority: normal
severity: normal
status: open
title: Typo in hamt.c comments
type: enhancement
versions: Python 3.7, Python 3.8

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32743>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com