Skip to content

Commit 104e6b6

Browse files
authored
Clarify version number in logging.rst
3.4 technically includes 3.4.2, so put 3.4.0 to clarify.
1 parent baef36b commit 104e6b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/logging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,10 +1314,10 @@ functions.
13141314
vice versa.
13151315

13161316
.. versionchanged:: 3.4
1317-
In Python versions earlier than 3.4, this function could also be passed a
1317+
In Python versions earlier than 3.4.0, this function could also be passed a
13181318
text level, and would return the corresponding numeric value of the level.
13191319
This undocumented behaviour was considered a mistake, and was removed in
1320-
Python 3.4, but reinstated in 3.4.2 in order to retain backward compatibility.
1320+
Python 3.4.0, but reinstated in 3.4.2 in order to retain backward compatibility.
13211321

13221322
.. function:: getHandlerByName(name)
13231323

0 commit comments

Comments
 (0)