[issue45346] Some "truthy" crept in

2021-10-04 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 49fac92173d2c6cc3bd42a2355824e13272a3a7d by Pablo Galindo (Miss Islington (bot)) in branch '3.10': bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698) https://github.com/python/cpython/commit/49fac92173d

[issue45346] Some "truthy" crept in

2021-10-02 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45346] Some "truthy" crept in

2021-10-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 72089f33c0aed391f047b1cbaf19d8da1e51c167 by Miss Islington (bot) in branch '3.10': bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698) https://github.com/python/cpython/commit/72089f33c0aed391f047b1cbaf19d8d

[issue45346] Some "truthy" crept in

2021-10-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset db91b058d5d4fbff4185982095d90fe6a2741aed by Raymond Hettinger in branch 'main': bpo-45346: Keep docs consistent regarding true and false values (GH-28697) https://github.com/python/cpython/commit/db91b058d5d4fbff4185982095d90fe6a2741aed ---

[issue45346] Some "truthy" crept in

2021-10-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27057 pull_request: https://github.com/python/cpython/pull/28698 ___ Python tracker _

[issue45346] Some "truthy" crept in

2021-10-02 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +27056 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28697 ___ Python tracker __

[issue45346] Some "truthy" crept in

2021-10-02 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger type: enhancement -> ___ Python tracker ___

[issue45346] Some "truthy" crept in

2021-10-02 Thread Stefan Pochmann
Change by Stefan Pochmann : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue45346] Some "truthy" crept in

2021-10-02 Thread Stefan Pochmann
New submission from Stefan Pochmann : Python consistently says true/false, not truthy/falsy. But a few "truthy" have crept in now: https://github.com/python/cpython/search?q=truthy - Two in Doc/reference/compound_stmts.rst - One in Doc/library/ast.rst - One in Lib/test/test_builtin.py Evidenc