[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +23891 pull_request: https://github.com/python/cpython/pull/25144 ___ Python tracker ___ __

[issue43701] Add this optionality

2021-04-01 Thread Masoud Azizi
New submission from Masoud Azizi : I want to rediuse two var togeder! When i do that buy sum is rediuse to zero and not effect the sellsum buySum[pair] -= sellSum[pair] sellSum[pair] -= buySum[pair] Cuz of that i try this statment but its not work! Its a simple code that will python support it:

[issue43651] PEP 597: Fix EncodingWarning warnings in the Python stdlib

2021-04-01 Thread Inada Naoki
Inada Naoki added the comment: New changeset 8bbfeb3330c10d52274bb85fce59ae614f0500bf by Inada Naoki in branch 'master': bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) https://github.com/python/cpython/commit/8bbfeb3330c10d52274bb85fce59ae614f0500bf -- ___

[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread miss-islington
miss-islington added the comment: New changeset a217e0ab98e883a550da001e95cb3452c1a6b9da by Miss Islington (bot) in branch '3.9': bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) https://github.com/python/cpython/commit/a217e0ab98e883a550da001e95cb3452c1a6b9da --

[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread miss-islington
miss-islington added the comment: New changeset 154f86f056c0f68cadd310e68fd2855f9fc9a5a8 by Miss Islington (bot) in branch '3.8': bpo-43700: Replace Zulip badge with Discourse badge (GH-25141) https://github.com/python/cpython/commit/154f86f056c0f68cadd310e68fd2855f9fc9a5a8 --

[issue43700] Replace Zulip badge with Discourse badge in README

2021-04-01 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.8, Python 3.9 ___ Python tracker

[issue43567] regen.vcxproj cannot regenerate some necessary files

2021-04-01 Thread Guido van Rossum
Guido van Rossum added the comment: Jiaxin: "Resolution: works for me" is meant for the triager to indicate that there is no bug, or at least that the repro given in the bug report doesn't trigger the bug in the triager's environment. It does *not* mean that a patch works for the submitter o

[issue43651] PEP 597: Fix EncodingWarning warnings in the Python stdlib

2021-04-01 Thread Inada Naoki
Change by Inada Naoki : -- pull_requests: +23892 pull_request: https://github.com/python/cpython/pull/25145 ___ Python tracker ___ _

[issue43702] [Windows] correctly sort and remove duplicates in _winapi getenvironment()

2021-04-01 Thread Eryk Sun
New submission from Eryk Sun : getenvironment() in Modules/_winapi.c needs to sort variables in the environment block and remove duplicates case insensitively [1]. The sort order used to matter with SetEnvironmentVairableW(). As soon as it reached a name in the environment block that compare

[issue37804] Remove Thread.isAlive in Python 3.9

2021-04-01 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: The threading documentation for 3.9 still claims "While they are not listed below, the camelCase names used for some methods and functions in this module in the Python 2.x series are still supported by this module." It would be better to mention when isAlive

[issue26053] regression in pdb output between 2.7 and 3.5

2021-04-01 Thread Irit Katriel
Irit Katriel added the comment: It’s fixed now. The tests failed when we merged this old PR. I guess they passed a few months ago but something changed in the meantime. I don’t know if there’s something to do in the CI to prevent this (expire the test run after a while?) If we want to backpor

[issue43695] Improve `=` in f-strings

2021-04-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think there is a slim chance of implementing similar feature in future. If once we implement pytest-like asserts, we will need to add special expression evaluator which saves all intermediate results of subexpressions and pass them to some hook (together

[issue41638] Error message: sqlite3.ProgrammingError: You did not supply a value for binding # might be improved

2021-04-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sure. Thanks for the reminder. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

<    1   2