[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov
Dmitry Alimov 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 __

[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov
Dmitry Alimov added the comment: https://github.com/python/peps/pull/567 -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov
New submission from Dmitry Alimov : 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@pyt