[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread miss-islington
miss-islington added the comment: New changeset 19bd3a18626b504dc92abb44019cad600c7ef221 by Miss Islington (bot) in branch '3.8': bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) https://github.com/python/cpython/commit/19bd3a18626b504dc92abb44019cad600c7ef221

[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread miss-islington
miss-islington added the comment: New changeset 970188c2d792133e2273924a987e0542659a676f by Miss Islington (bot) in branch '3.7': bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) https://github.com/python/cpython/commit/970188c2d792133e2273924a987e0542659a676f

[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread Mariatta
Change by Mariatta : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread Mariatta
Mariatta added the comment: Thanks! -- nosy: +Mariatta ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +17414 pull_request: https://github.com/python/cpython/pull/18019 ___ Python tracker ___ __

[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +17415 pull_request: https://github.com/python/cpython/pull/18020 ___ Python tracker ___ __

[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread miss-islington
miss-islington added the comment: New changeset fad8b5674c66d9e00bb788e30adddb0c256c787b by Miss Islington (bot) (Oz N Tiram) in branch 'master': bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) https://github.com/python/cpython/commit/fad8b5674c66d9e00bb788e30adddb0c256

[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread Oz Tiram
Change by Oz Tiram : -- keywords: +patch pull_requests: +17413 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18018 ___ Python tracker ___ ___

[issue39348] wrong rst syntax in socket.rst

2020-01-15 Thread Oz Tiram
New submission from Oz Tiram : The code block for the isn't hightlighted: Changed in version 3.7: When SOCK_NONBLOCK or SOCK_CLOEXEC bit flags are applied to type they are cleared, and socket.type will not reflect them. They are still passed to the underlying system socket() call. Therefore