[issue42285] Missing spaces in list literals in Tutorial/Data Structures

2020-11-07 Thread Jakub Moliński
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

[issue42285] Missing spaces in list literals in Tutorial/Data Structures

2020-11-07 Thread Jakub Moliński
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

[issue36625] Obsolete comments in docstrings in fractions module

2019-04-13 Thread Jakub Moliński
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."""

[issue36625] Obsolete comments in docstrings in fractions module

2019-04-13 Thread Jakub Moliński
Change by Jakub Moliński : -- keywords: +patch pull_requests: +12747 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36625> ___ ___ Py