[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2019-08-28 Thread Ned Deily
Ned Deily added the comment: Ronald's PR 14738 LGTM. I merged it to master and backported for 3.8.0b4 and 3.7.5. Thanks, everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5, P

[issue37968] Add a turtle module function to draw a circle centered at the turtle

2019-08-28 Thread Yehuda Katz
Yehuda Katz added the comment: Thanks for the clarifications. Yehuda(Israel) On Thu, Aug 29, 2019 at 3:36 AM Raymond Hettinger wrote: > > Raymond Hettinger added the comment: > > Yehuda, thank you for the suggestions, but we're going to decline. > > -- > resolution: -> rejected > s

[issue37968] Add a turtle module function to draw a circle centered at the turtle

2019-08-28 Thread Yehuda Katz
Yehuda Katz added the comment: Thanks for the clarifications. Yehuda(Israel) On Thu, Aug 29, 2019 at 3:36 AM Raymond Hettinger wrote: > > Raymond Hettinger added the comment: > > Yehuda, thank you for the suggestions, but we're going to decline. > > -- > resolution: -> rejected > s

[issue37950] ast.dump() with incomplete node

2019-08-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e64f948e762a6b9fd02e2902ccf42438df6fcb61 by Serhiy Storchaka in branch 'master': bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) https://github.com/python/cpython/commit/e64f948e762a6b9fd02e2902ccf42438df6fc

[issue37950] ast.dump() with incomplete node

2019-08-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +15257 pull_request: https://github.com/python/cpython/pull/15581 ___ Python tracker ___ __

[issue37950] ast.dump() with incomplete node

2019-08-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +15258 pull_request: https://github.com/python/cpython/pull/15582 ___ Python tracker ___

[issue35946] Ambiguous documentation for assert_called_with()

2019-08-28 Thread miss-islington
miss-islington added the comment: New changeset 612d3935ec0b2fbe88b3fae8167f0c503c61a9ca by Miss Islington (bot) in branch '3.8': bpo-35946: Improve assert_called_with documentation (GH-11796) https://github.com/python/cpython/commit/612d3935ec0b2fbe88b3fae8167f0c503c61a9ca -- nosy:

[issue25435] Wrong function calls and referring to not removed concepts in descriptor HowTo (documentation)

2019-08-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: This was fixed a long time ago. -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker __

[issue37482] Email address display name fails with both encoded words and special chars

2019-08-28 Thread B Siemerink
B Siemerink added the comment: Thank you all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue36871] Misleading error from unittest.mock's assert_has_calls

2019-08-28 Thread Chris Withers
Chris Withers added the comment: New changeset be310e03d0b84ef56e9d35b0b1b21d685b7ea371 by Chris Withers (Miss Islington (bot)) in branch '3.7': bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15577) https://github.com/python/cpython/commit/be310e03d0b84ef

[issue36871] Misleading error from unittest.mock's assert_has_calls

2019-08-28 Thread Chris Withers
Chris Withers added the comment: New changeset 38d311d79e57479f7a684c2cd298293033dc4990 by Chris Withers (Miss Islington (bot)) in branch '3.8': bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15578) https://github.com/python/cpython/commit/38d311d79e57479

<    1   2