Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3221dc9

Browse files
committed
Merged revisions 72008 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 0142d4a commit 3221dc9

2 files changed

Lines changed: 8 additions & 19 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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

13881382
This 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

Doc/using/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Miscellaneous options
318318
Skip the first line of the source, allowing use of non-Unix forms of
319319
``#!cmd``. This is intended for a DOS specific hack only.
320320

321-
.. warning:: The line numbers in error messages will be off by one!
321+
.. note:: The line numbers in error messages will be off by one.
322322

323323
.. _using-on-envvars:
324324

0 commit comments

Comments
 (0)