components/python/logilab-common/logilab-common.3
changeset 6938 64f04bb4c3c3
parent 4814 c673d998018a
--- a/components/python/logilab-common/logilab-common.3	Tue Sep 20 10:43:56 2016 -0500
+++ b/components/python/logilab-common/logilab-common.3	Tue Sep 20 16:27:38 2016 -0700
@@ -1,10 +1,10 @@
 '\" te
 .\"
-.\" Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
+.\" Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
 .\"
 .\" logilab-common.3
 .\"
-.TH logilab-common 3 "28 Apr 2015" "logilab-common 0.63.2"
+.TH logilab-common 3 "23 Aug 2016" "logilab-common 1.2.2"
 .SH NAME
 logilab-common \- Common Modules used by Logilab projects
 .SH DESCRIPTION
@@ -32,15 +32,9 @@
 * `clcommands`, high-level classes to define command line programs handling different subcommands. It is based on `configuration` to get easy command line / configuration file handling.
 .LP
 
-* `cli`, a base class for interactive programs using the command line.
-.LP
-
 * `configuration`, some classes to handle unified configuration from both command line (using optparse) and configuration file (using ConfigParser).
 .LP
 
-* `dbf`, read Visual Fox Pro DBF files.
-.LP
-
 * `proc`, interface to Linux /proc.
 .LP
 
@@ -105,25 +99,10 @@
 * `optik_ext`, defines some new option types (regexp, csv, color, date, etc.) for `optik` / `optparse`
 .LP
 
-* `xmlrpcutils`, auth support for XML-RPC
-.LP
-
 
 .SH Modules extending some external modules
 .LP
 
-* `corbautils`, useful functions for use with the OmniORB_ CORBA library.
-.LP
-
-* `hg`, some Mercurial_ utility functions.
-.LP
-
-* `pdf_ext`, pdf and fdf file manipulations, with pdftk.
-.LP
-
-* `pyro_ext`, some Pyro_ utility functions.
-.LP
-
 * `sphinx_ext`, Sphinx_ plugin defining a `autodocstring` directive.
 .LP
 
@@ -149,28 +128,13 @@
 .LP
 
 
-.SH Deprecated modules
-.LP
-
-These `logilab.common` modules are only for backward compatibility. They can go away at anytime.
-.LP
-
-* `optparser`: use `clcommands` instead
-.LP
-
-* `adbh`, `db`, `sqlgen`: see `logilab.database`_ instead
-.LP
-
-* `contexts`: content move to `shellutils`
-.LP
-
-* `html`: deprecated without replacement
-
-.LP
-
 .SH FILES
 .TP 2.2i
 .B /usr/lib/python2.7/vendor-packages/logilab/common
+.TP 2.2i
+.B /usr/lib/python3.4/vendor-packages/logilab/common
+.TP 2.2i
+.B /usr/lib/python3.5/vendor-packages/logilab/common
 logilab-common python modules
 
 .SH AUTHORS