https://github.com/python/cpython/commit/f8b61c739be0e0b53bd4824b54e8a42f52bfb7f7
commit: f8b61c739be0e0b53bd4824b54e8a42f52bfb7f7
branch: 3.11
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-01-02T08:45:51Z
summary:

[3.11] gh-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) 
(#113644)

Co-authored-by: John D. McDonald <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M Doc/reference/compound_stmts.rst

diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index 4813643f5072ab..90ec31ee67d5af 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -1354,12 +1354,15 @@ access the local variables of the function containing 
the def.  See section
 
    :pep:`526` - Syntax for Variable Annotations
       Ability to type hint variable declarations, including class
-      variables and instance variables
+      variables and instance variables.
 
    :pep:`563` - Postponed Evaluation of Annotations
       Support for forward references within annotations by preserving
       annotations in a string form at runtime instead of eager evaluation.
 
+   :pep:`318` - Decorators for Functions and Methods
+      Function and method decorators were introduced.
+      Class decorators were introduced in :pep:`3129`.
 
 .. _class:
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to