Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189f8fb commit cf5394fCopy full SHA for cf5394f
1 file changed
Lib/nntplib.py
@@ -83,8 +83,9 @@ def getwelcome(self):
83
# 1: print commands and responses but not body text etc.
84
# 2: also print raw lines read and sent before stripping CR/LF
85
86
- def debug(self, level):
+ def set_debuglevel(self, level):
87
self.debugging = level
88
+ debug = set_debuglevel
89
90
# Internal: send one line to the server, appending CRLF
91
def putline(self, line):
0 commit comments