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 b699f98 commit 91a0b5dCopy full SHA for 91a0b5d
1 file changed
lib/core/common.py
@@ -79,6 +79,9 @@
79
80
81
class UnicodeRawConfigParser(RawConfigParser):
82
+ """
83
+ RawConfigParser with unicode writing support
84
85
def write(self, fp):
86
"""
87
Write an .ini-format representation of the configuration state.
0 commit comments