[issue41100] Support macOS 11 and Apple Silicon Macs

2021-02-08 Thread John Reese
John Reese added the comment: Is there an ETA for having Big Sur support backported to the 3.8 branch, or is it already there and I'm just not seeing it here? -- nosy: +jreese ___ Python tracker <https://bugs.python.org/issue41

[issue33983] unify types for lib2to3.pytree.Base.children

2018-06-28 Thread John Reese
John Reese added the comment: The problem I'm trying to solve is around functions that operate on a Union[Leaf, Node], and want to be able to do things like `grandchildren = node.children[0].children + node.children[1].children` (contrived example, but point being tuple+list=TypeError while

[issue33983] unify types for lib2to3.pytree.Base.children

2018-06-27 Thread John Reese
Change by John Reese : -- keywords: +patch pull_requests: +7588 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33983> ___ ___ Python-

[issue33983] unify types for lib2to3.pytree.Base.children

2018-06-27 Thread John Reese
New submission from John Reese : When type checking applications using lib2to3, the difference in types for lib2to3.pytree.Base.children versus Node.children makes it difficult to accept both leaves and nodes and programatically work with child nodes/leaves. Base/Leaf both have `children

[issue33516] unittest.mock: Add __round__ to supported magicmock methods

2018-05-17 Thread John Reese
Change by John Reese <jre...@leetcode.net>: -- nosy: +jreese, lukasz.langa ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33516> ___

[issue33516] unittest.mock: Add __round__ to supported magicmock methods

2018-05-15 Thread John Reese
Change by John Reese <jre...@leetcode.net>: -- keywords: +patch pull_requests: +6553 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33428] pathlib.Path.glob does not follow symlinks

2018-05-15 Thread John Reese
John Reese <jre...@leetcode.net> added the comment: This looks like an issue specific to Windows? I can't replicate on Mac, and given Windows' method of implementing "symlinks" as junctions. -- nosy: +jreese ___ Pyt

[issue33496] Accept Pathlib paths for sqlite file

2018-05-15 Thread John Reese
John Reese <jre...@leetcode.net> added the comment: Looks like this is already changed for 3.7: see commit a22a127458 -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue33496] Accept Pathlib paths for sqlite file

2018-05-15 Thread John Reese
Change by John Reese <jre...@leetcode.net>: -- nosy: +jreese ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33496> ___ __

[issue33504] configparser should use dict instead of OrderedDict in 3.7+

2018-05-14 Thread John Reese
Change by John Reese <jre...@leetcode.net>: -- nosy: +lukasz.langa ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33504> ___ _

[issue33504] configparser should use dict instead of OrderedDict in 3.7+

2018-05-14 Thread John Reese
Change by John Reese <jre...@leetcode.net>: -- keywords: +patch pull_requests: +6504 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33504] configparser should use dict instead of OrderedDict in 3.7+

2018-05-14 Thread John Reese
New submission from John Reese <jre...@leetcode.net>: The configparser module uses `collections.OrderedDict` as its default, but this is no longer necessary in 3.7+ due to the semantics of core dictionaries being ordered by design. configparser should just use `dict` by default now, i

[issue6715] xz compressor support

2011-09-15 Thread John Reese
Changes by John Reese jre...@leetcode.net: -- nosy: -jreese ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6715 ___ ___ Python-bugs-list mailing

[issue6715] xz compressor support

2010-08-19 Thread John Reese
Changes by John Reese jre...@leetcode.net: -- nosy: +jreese ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6715 ___ ___ Python-bugs-list mailing