[Python-checkins] peps: Point to readthedocs for detailed API spec

antoine.pitrou python-checkins at python.org
Sat Nov 16 19:57:48 CET 2013


http://hg.python.org/peps/rev/dcfef95bfc74
changeset:   5279:dcfef95bfc74
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Nov 16 19:57:44 2013 +0100
summary:
  Point to readthedocs for detailed API spec

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


diff --git a/pep-0428.txt b/pep-0428.txt
--- a/pep-0428.txt
+++ b/pep-0428.txt
@@ -639,6 +639,11 @@
 ``chmod()``, ``lchmod()``, ``symlink_to()``.  More operations could be
 provided, for example some of the functionality of the shutil module.
 
+Detailed documentation of the proposed API can be found at the `pathlib
+docs`_.
+
+.. _pathlib docs: https://pathlib.readthedocs.org/en/pep428/
+
 
 Discussion
 ==========

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


More information about the Python-checkins mailing list