[Python-checkins] peps: Accept PEP 428 (pathlib).

guido.van.rossum python-checkins at python.org
Wed Nov 20 22:38:22 CET 2013


http://hg.python.org/peps/rev/e7026f5de3ef
changeset:   5304:e7026f5de3ef
user:        Guido van Rossum <guido at dropbox.com>
date:        Wed Nov 20 13:38:17 2013 -0800
summary:
  Accept PEP 428 (pathlib).

files:
  pep-0428.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0428.txt b/pep-0428.txt
--- a/pep-0428.txt
+++ b/pep-0428.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Antoine Pitrou <solipsis at pitrou.net>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 30-July-2012

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list