diff options
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) |
commit | 930df3198746c0f718c7315c9ce331a306375867 (patch) | |
tree | 4301b64ed32c6ef6b2b776fd3e36fa82d40e297a /Doc/library/imp.rst | |
parent | ff47a133e1eee9dab60b86fb0d56ccd1022f841a (diff) | |
download | cpython-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.rst | 4 |
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 |