mailr2939 - /1.3/prompt/select.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 06, 2007 - 04:38:
Author: bugman
Date: Sat Jan  6 04:37:49 2007
New Revision: 2939

URL: http://svn.gna.org/viewcvs/relax?rev=2939&view=rev
Log:
Fix for bug #8182 (https://gna.org/bugs/index.php?8182).

The fix was to change the class string 'boolean_doc' of the selection prompt 
class into a private
variable.


Modified:
    1.3/prompt/select.py

Modified: 1.3/prompt/select.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/select.py?rev=2939&r1=2938&r2=2939&view=diff
==============================================================================
--- 1.3/prompt/select.py (original)
+++ 1.3/prompt/select.py Sat Jan  6 04:37:49 2007
@@ -26,7 +26,7 @@
 
 
 class Select:
-    boolean_doc = """
+    __boolean_doc = """
         Boolean operators
         ~~~~~~~~~~~~~~~~~
 
@@ -333,4 +333,4 @@
     #########################
 
     # Read function.
-    read.__doc__ = read.__doc__ + "\n\n" + boolean_doc + "\n"
+    read.__doc__ = read.__doc__ + "\n\n" + __boolean_doc + "\n"




Related Messages


Powered by MHonArc, Updated Sat Jan 06 05:00:07 2007