Merged revisions 72007-72010,72036-72037 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72007 | georg.brandl | 2009-04-27 17:09:25 +0200 (Mo, 27 Apr 2009) | 1 line
#5856: fix typo s in traceback example.
........
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.
........
r72009 | georg.brandl | 2009-04-27 17:29:09 +0200 (Mo, 27 Apr 2009) | 3 lines
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
........
r72010 | georg.brandl | 2009-04-27 17:29:26 +0200 (Mo, 27 Apr 2009) | 2 lines
Demote warnings to notices, part 2: stuff that is 2.x-only.
........
r72036 | georg.brandl | 2009-04-27 19:04:23 +0200 (Mo, 27 Apr 2009) | 1 line
#5848: small unittest doc patch.
........
r72037 | georg.brandl | 2009-04-27 19:09:53 +0200 (Mo, 27 Apr 2009) | 1 line
#5840: dont claim we dont support TLS.
........
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 20bb31a..a7db455 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -886,9 +886,7 @@
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.
- .. warning::
-
- This should be changed to support bz2 files
+ .. XXX This should be changed to support bz2 files.
.. function:: make_tarball(base_name, base_dir[, compress='gzip', verbose=0, dry_run=0])
@@ -901,9 +899,7 @@
possibly plus the appropriate compression extension (:file:`.gz`, :file:`.bz2`
or :file:`.Z`). Return the output filename.
- .. warning::
-
- This should be replaced with calls to the :mod:`tarfile` module.
+ .. XXX This should be replaced with calls to the :mod:`tarfile` module.
.. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
@@ -1346,10 +1342,8 @@
Wraps *text* to less than *width* wide.
- .. warning::
-
- Should be replaced with :mod:`textwrap` (which is available in Python 2.3 and
- later).
+ .. XXX Should be replaced with :mod:`textwrap` (which is available in Python
+ 2.3 and later).
.. class:: FancyGetopt([option_table=None])
@@ -1398,8 +1392,8 @@
================================================
.. module:: distutils.filelist
- :synopsis: The FileList class, used for poking about the file system and building lists of
- files.
+ :synopsis: The FileList class, used for poking about the file system and
+ building lists of files.
This module provides the :class:`FileList` class, used for poking about the
@@ -1413,13 +1407,8 @@
: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