gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-util] branch master updated: Don't bother documenting some


From: gnunet
Subject: [taler-taler-util] branch master updated: Don't bother documenting some classes in talerconfig.py
Date: Tue, 15 Feb 2022 11:07:15 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new de04cff  Don't bother documenting some classes in talerconfig.py
de04cff is described below

commit de04cff9fa033662c58a65f39b947fab2b210da6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Feb 15 05:06:44 2022 -0500

    Don't bother documenting some classes in talerconfig.py
    
    Specifically:
    - ConfigurationError
    - ExpansionSyntaxError
    - Entry
    - OptionDict
    - SectionDict
    
    These are not mentioned in ‘__all__’, thus, hidden from ‘import’.
---
 doc/doc.org | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/doc/doc.org b/doc/doc.org
index 81b242a..fe4231b 100644
--- a/doc/doc.org
+++ b/doc/doc.org
@@ -15,8 +15,7 @@ Ongoing discussion: https://bugs.gnunet.org/view.php?id=6649
 These are grouped according to area of concern, which (uncoincidentally)
 is also how the source code is organized.
 
-Several of these derive from the =Exception= class, and two
-of them derive from the =collections.defaultdict= class.
+Several of these derive from the =Exception= class.
 The rest are /leaf classes/.
 
 *** amount (currency + value + fraction)
@@ -40,11 +39,6 @@ The rest are /leaf classes/.
 
 *** configuration
 
-- ConfigurationError(Exception)
-- ExpansionSyntaxError(Exception)
-- Entry
-- OptionDict(collections.defaultdict)
-- SectionDict(collections.defaultdict)
 - TalerConfig
 
 * classes for handling currency plus value plus fraction

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]