New submission from Jakub Moliński :
In the Data Structures section of the Tutorial there are examples of nested
list comprehensions that include list literals where elements are written
without spaces after commas (`[1,2,3]` instead `[1, 2, 3]`).
This is a trivial problem but since this is
Change by Jakub Moliński :
--
keywords: +patch
pull_requests: +22096
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23193
___
Python tracker
<https://bugs.python.org/issu
New submission from Jakub Moliński :
3 docstrings in fractions.Fraction contain comments referring to python 3.0.
def __floor__(a):
"""Will be math.floor(a) in 3.0."""
def __ceil__(a):
"""Will be math.ceil(a) in 3.0."""
Change by Jakub Moliński :
--
keywords: +patch
pull_requests: +12747
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36625>
___
___
Py