File: funcparserlib.patch

package info (click to toggle)
python-html5rdf 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,448 kB
  • sloc: python: 12,794; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 733 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/lint_lib/_vendor/funcparserlib/parser.py b/lint_lib/_vendor/funcparserlib/parser.py
index eb2f53f..0f86e6c 100644
--- a/lint_lib/_vendor/funcparserlib/parser.py
+++ b/lint_lib/_vendor/funcparserlib/parser.py
@@ -137,19 +137,6 @@ class Parser(object):
         "('x', 'y')"
 
         ```
-
-        !!! Note
-
-            You can enable the parsing log this way:
-
-            ```python
-            import logging
-            logging.basicConfig(level=logging.DEBUG)
-            import funcparserlib.parser
-            funcparserlib.parser.debug = True
-            ```
-
-            The way to enable the parsing log may be changed in future versions.
         """
         self.name = name
         return self