Skip to content

Commit

Permalink
Guido accepted the PEP 562
Browse files Browse the repository at this point in the history
Fix also a typo in the abstract: remove "+".
  • Loading branch information
vstinner committed Dec 4, 2017
1 parent 0a95404 commit a87417b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pep-0562.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
PEP: 562
Title: Module __getattr__ and __dir__
Author: Ivan Levkivskyi <levkivskyi@gmail.com>
Status: Draft
Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 09-Sep-2017
Python-Version: 3.7
Post-History: 09-Sep-2017
Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151033.html


Abstract
========

It is proposed to support a ``__getattr__`` and ``__dir__`` functions defined
+on modules to provide basic customization of module attribute access.
on modules to provide basic customization of module attribute access.



Expand Down

0 comments on commit a87417b

Please sign in to comment.