Commit 3221dc9b authored by Georg Brandl's avatar Georg Brandl

Merged revisions 72008 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72008 | georg.brandl | 2009-04-27 17:10:44 +0200 (Mo, 27 Apr 2009) | 1 line

  Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items.
........
parent 0142d4a3
...@@ -869,9 +869,7 @@ tarballs or zipfiles. ...@@ -869,9 +869,7 @@ tarballs or zipfiles.
prefix of all files and directories in the archive. *root_dir* and *base_dir* prefix of all files and directories in the archive. *root_dir* and *base_dir*
both default to the current directory. Returns the name of the archive file. both default to the current directory. Returns the name of the archive file.
.. warning:: .. XXX This should be changed to support bz2 files.
This should be changed to support bz2 files
.. function:: make_tarball(base_name, base_dir[, compress='gzip', verbose=0, dry_run=0]) .. function:: make_tarball(base_name, base_dir[, compress='gzip', verbose=0, dry_run=0])
...@@ -884,9 +882,7 @@ tarballs or zipfiles. ...@@ -884,9 +882,7 @@ tarballs or zipfiles.
possibly plus the appropriate compression extension (:file:`.gz`, :file:`.bz2` possibly plus the appropriate compression extension (:file:`.gz`, :file:`.bz2`
or :file:`.Z`). Return the output filename. or :file:`.Z`). Return the output filename.
.. warning:: .. XXX This should be replaced with calls to the :mod:`tarfile` module.
This should be replaced with calls to the :mod:`tarfile` module.
.. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0]) .. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
...@@ -1329,10 +1325,8 @@ provides the following additional features: ...@@ -1329,10 +1325,8 @@ provides the following additional features:
Wraps *text* to less than *width* wide. Wraps *text* to less than *width* wide.
.. warning:: .. XXX Should be replaced with :mod:`textwrap` (which is available in Python
2.3 and later).
Should be replaced with :mod:`textwrap` (which is available in Python 2.3 and
later).
.. class:: FancyGetopt([option_table=None]) .. class:: FancyGetopt([option_table=None])
...@@ -1381,8 +1375,8 @@ The :class:`FancyGetopt` class provides the following methods: ...@@ -1381,8 +1375,8 @@ The :class:`FancyGetopt` class provides the following methods:
================================================ ================================================
.. module:: distutils.filelist .. module:: distutils.filelist
:synopsis: The FileList class, used for poking about the file system and building lists of :synopsis: The FileList class, used for poking about the file system and
files. building lists of files.
This module provides the :class:`FileList` class, used for poking about the This module provides the :class:`FileList` class, used for poking about the
...@@ -1396,13 +1390,8 @@ filesystem and building lists of files. ...@@ -1396,13 +1390,8 @@ filesystem and building lists of files.
:synopsis: A simple logging mechanism, 282-style :synopsis: A simple logging mechanism, 282-style
.. warning:: .. XXX Should be replaced with standard :mod:`logging` module.
Should be replaced with standard :mod:`logging` module.
.. % \subsubsection{\module{} --- }
.. % \declaremodule{standard}{distutils.magic}
.. % \modulesynopsis{ }
:mod:`distutils.spawn` --- Spawn a sub-process :mod:`distutils.spawn` --- Spawn a sub-process
......
...@@ -318,7 +318,7 @@ Miscellaneous options ...@@ -318,7 +318,7 @@ Miscellaneous options
Skip the first line of the source, allowing use of non-Unix forms of Skip the first line of the source, allowing use of non-Unix forms of
``#!cmd``. This is intended for a DOS specific hack only. ``#!cmd``. This is intended for a DOS specific hack only.
.. warning:: The line numbers in error messages will be off by one! .. note:: The line numbers in error messages will be off by one.
.. _using-on-envvars: .. _using-on-envvars:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment