@@ -869,9 +869,7 @@ tarballs or zipfiles.
869869 prefix of all files and directories in the archive. *root_dir * and *base_dir *
870870 both default to the current directory. Returns the name of the archive file.
871871
872- .. warning ::
873-
874- This should be changed to support bz2 files
872+ .. XXX This should be changed to support bz2 files.
875873
876874
877875 .. function :: make_tarball(base_name, base_dir[, compress='gzip', verbose=0, dry_run=0])
@@ -884,9 +882,7 @@ tarballs or zipfiles.
884882 possibly plus the appropriate compression extension (:file: `.gz `, :file: `.bz2 `
885883 or :file: `.Z `). Return the output filename.
886884
887- .. warning ::
888-
889- This should be replaced with calls to the :mod: `tarfile ` module.
885+ .. XXX This should be replaced with calls to the :mod:`tarfile` module.
890886
891887
892888 .. function :: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
@@ -1329,10 +1325,8 @@ provides the following additional features:
13291325
13301326 Wraps *text * to less than *width * wide.
13311327
1332- .. warning ::
1333-
1334- Should be replaced with :mod: `textwrap ` (which is available in Python 2.3 and
1335- later).
1328+ .. XXX Should be replaced with :mod:`textwrap` (which is available in Python
1329+ 2.3 and later).
13361330
13371331
13381332 .. class :: FancyGetopt([option_table=None])
@@ -1381,8 +1375,8 @@ The :class:`FancyGetopt` class provides the following methods:
13811375================================================
13821376
13831377.. module :: distutils.filelist
1384- :synopsis: The FileList class, used for poking about the file system and building lists of
1385- files.
1378+ :synopsis: The FileList class, used for poking about the file system and
1379+ building lists of files.
13861380
13871381
13881382This module provides the :class: `FileList ` class, used for poking about the
@@ -1396,13 +1390,8 @@ filesystem and building lists of files.
13961390 :synopsis: A simple logging mechanism, 282-style
13971391
13981392
1399- .. warning ::
1400-
1401- Should be replaced with standard :mod: `logging ` module.
1393+ .. XXX Should be replaced with standard :mod:`logging` module.
14021394
1403- .. % \subsubsection{\module{} --- }
1404- .. % \declaremodule{standard}{distutils.magic}
1405- .. % \modulesynopsis{ }
14061395
14071396
14081397:mod: `distutils.spawn ` --- Spawn a sub-process
0 commit comments