[issue45235] argparse does not preserve namespace with subparser defaults

2021-11-09 Thread RhinosF1
Change by RhinosF1 : -- nosy: +RhinosF1 ___ Python tracker <https://bugs.python.org/issue45235> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread RhinosF1
RhinosF1 added the comment: Thanks. Very likely! -- ___ Python tracker <https://bugs.python.org/issue42744> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread RhinosF1
Change by RhinosF1 : -- type: compile error -> behavior ___ Python tracker <https://bugs.python.org/issue42744> ___ ___ Python-bugs-list mailing list Un

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread RhinosF1
RhinosF1 added the comment: Can't seem to reproduce on alpha 5. https://github.com/MirahezeBots/MirahezeBots/pull/431/checks?check_run_id=1873007567 https://github.com/python/cpython/compare/v3.10.0a3...v3.10.0a5 doesn't load for me so not sure when it was fixed. --

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread RhinosF1
RhinosF1 added the comment: Adding log before it gets cleaned up as too old. 2020-12-25T17:42:03.0730305Z Traceback (most recent call last): 2020-12-25T17:42:03.0733282Z File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py",

[issue42750] tkinter.Variable equality consistency

2020-12-26 Thread RhinosF1
Change by RhinosF1 : -- nosy: +RhinosF1 ___ Python tracker <https://bugs.python.org/issue42750> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2020-12-25 Thread RhinosF1
New submission from RhinosF1 : As seen in https://github.com/MirahezeBots/MirahezeBots/pull/380/checks?check_run_id=1609121656, pkg_resources is throwing errors about version conflicts as it seems it thinks 3.10 is 3.1 or similar. This was fixed for PyPA/Pip in https://github.com/pypa/pip