From: Benjamin Peterson Date: Mon, 13 Sep 2010 01:31:57 +0000 (+0000) Subject: add spaces X-Git-Tag: v3.2a3~293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f4dd9a8e565be5c6ce4adeb2429071d06b2d5db;p=thirdparty%2FPython%2Fcpython.git add spaces --- diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst index ec865521bd0e..9c7e3585199f 100644 --- a/Doc/library/imp.rst +++ b/Doc/library/imp.rst @@ -209,6 +209,7 @@ byte-compiled file paths. *path* need not exist. + .. function:: source_from_cache(path) Given the *path* to a :pep:`3147` file name, return the associated source code @@ -217,6 +218,7 @@ byte-compiled file paths. ``/foo/bar/baz.py``. *path* need not exist, however if it does not conform to :pep:`3147` format, a ``ValueError`` is raised. + .. function:: get_tag() Return the :pep:`3147` magic tag string matching this version of Python's