diff options
| author | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 +0000 |
| commit | 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch) | |
| tree | a0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/site.rst | |
| parent | 1617457cff847fed9fadb01f1acf6ba8bb621726 (diff) | |
| download | cpython-git-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz | |
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/site.rst')
| -rw-r--r-- | Doc/library/site.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index 4e549009f2..cf2892f5d6 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -34,9 +34,6 @@ directory (rather than a file). No item is added to ``sys.path`` more than once. Blank lines and lines beginning with ``#`` are skipped. Lines starting with ``import`` (followed by space or tab) are executed. -.. versionchanged:: 2.6 - A space or tab is now required after the import keyword. - .. index:: single: package triple: path; configuration; file |
