[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5

yury.selivanov python-checkins at python.org
Sat Aug 1 22:20:03 CEST 2015


https://hg.python.org/cpython/rev/d8c6673f09ef
changeset:   97182:d8c6673f09ef
parent:      97180:f6a3310d3cc9
parent:      97181:78c6149f5a4b
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sat Aug 01 16:19:49 2015 -0400
summary:
  Merge 3.5

files:
  Doc/reference/compound_stmts.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -675,7 +675,7 @@
 -----------------------------
 
 .. productionlist::
-   async_funcdef: "async" `funcdef`
+   async_funcdef: [`decorators`] "async" "def" `funcname` "(" [`parameter_list`] ")" ["->" `expression`] ":" `suite`
 
 .. index::
    keyword: async

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list