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.
2 parents b321e79 + e0d324d commit 21ceadaCopy full SHA for 21ceada
1 file changed
Doc/library/logging.rst
@@ -1049,6 +1049,11 @@ functions.
1049
of the defined levels is passed in, the corresponding string representation is
1050
returned. Otherwise, the string 'Level %s' % lvl is returned.
1051
1052
+ .. versionchanged:: 3.4
1053
+ In Python versions earlier than 3.4, this function could also be passed a
1054
+ text level, and would return the corresponding numeric value of the level.
1055
+ This undocumented behaviour was a mistake, and has been removed in Python
1056
+ 3.4.
1057
1058
.. function:: makeLogRecord(attrdict)
1059
0 commit comments