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/is
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
Change by John Reese :
--
keywords: +patch
pull_requests: +7588
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33983>
___
___
Python-
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
Change by John Reese :
--
nosy: +jreese, lukasz.langa
___
Python tracker
<https://bugs.python.org/issue33516>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by John Reese :
--
keywords: +patch
pull_requests: +6553
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33516>
___
___
Python-
John Reese 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
___
Python tracker
<https://bug
John Reese added the comment:
Looks like this is already changed for 3.7: see commit a22a127458
--
___
Python tracker
<https://bugs.python.org/issue33
Change by John Reese :
--
nosy: +jreese
___
Python tracker
<https://bugs.python.org/issue33496>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by John Reese :
--
nosy: +lukasz.langa
___
Python tracker
<https://bugs.python.org/issue33504>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by John Reese :
--
keywords: +patch
pull_requests: +6504
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33504>
___
___
Python-
New submission from John Reese :
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, instead
Changes by John Reese :
--
nosy: -jreese
___
Python tracker
<http://bugs.python.org/issue6715>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by John Reese :
--
nosy: +jreese
___
Python tracker
<http://bugs.python.org/issue6715>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
14 matches
Mail list logo