commit | a8e65755c4080b606972c6fadf74ea29bd1cadf8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Apr 21 21:09:23 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Apr 21 21:09:23 2015 +0300 |
tree | 24514a8dcb8222539baa5aeb61d55f4c984fad25 | |
parent | 2c6ca8adb3739abc10e390ff497427758b6ed8c5 [diff] [blame] |
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
diff --git a/Misc/NEWS b/Misc/NEWS index e01aeb2..4b04488 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Library ------- +- Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. + - Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. - Issue #23811: Add missing newline to the PyCompileError error message.