summaryrefslogtreecommitdiffstats
path: root/Doc/library/imp.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-12-16 06:28:48 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-12-16 06:28:48 (GMT)
commit930df3198746c0f718c7315c9ce331a306375867 (patch)
tree4301b64ed32c6ef6b2b776fd3e36fa82d40e297a /Doc/library/imp.rst
parentff47a133e1eee9dab60b86fb0d56ccd1022f841a (diff)
downloadcpython-930df3198746c0f718c7315c9ce331a306375867.zip
cpython-930df3198746c0f718c7315c9ce331a306375867.tar.gz
cpython-930df3198746c0f718c7315c9ce331a306375867.tar.bz2
Add missing docs and directives related to PEP 3147 and byte-compilation
Diffstat (limited to 'Doc/library/imp.rst')
-rw-r--r--Doc/library/imp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
index 058e6b6..398698f 100644
--- a/Doc/library/imp.rst
+++ b/Doc/library/imp.rst
@@ -190,8 +190,8 @@ This module provides an interface to the mechanisms used to implement the
continue to use the old class definition. The same is true for derived classes.
-The following functions and data provide conveniences for handling :pep:`3147`
-byte-compiled file paths.
+The following functions are conveniences for handling :pep:`3147` byte-compiled
+file paths.
.. versionadded:: 3.2