Staging
v0.5.1
https://github.com/python/cpython
Revision 198c0c0509311cc0f6365ae920c2d87dbcfe7924 authored by Miss Islington (bot) on 19 April 2018, 05:26:41 UTC, committed by GitHub on 19 April 2018, 05:26:41 UTC
(cherry picked from commit 9009f3e389123c5f94d4d12f1f51b0a88531c37c)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent b27c71c
Raw File
Tip revision: 198c0c0509311cc0f6365ae920c2d87dbcfe7924 authored by Miss Islington (bot) on 19 April 2018, 05:26:41 UTC
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)
Tip revision: 198c0c0
indent.pro
--blank-lines-after-declarations
--blank-lines-after-procedures
--braces-after-func-def-line
--braces-on-if-line
--braces-on-struct-decl-line
--break-after-boolean-operator
--comment-indentation25
--comment-line-length79
--continue-at-parentheses
--dont-cuddle-do-while
--dont-cuddle-else
--indent-level4
--line-length79
--no-space-after-casts
--no-space-after-function-call-names
--no-space-after-parentheses
--no-tabs
--procnames-start-lines
--space-after-for
--space-after-if
--space-after-while
--swallow-optional-blank-lines
-T PyCFunction
-T PyObject
back to top