[issue45265] Bug in append() method in order to appending a temporary list to a empty list using for loop

2021-09-22 Thread Nima
New submission from Nima : I want to make an list consist on subsequences of another list, for example: -- input: array = [4, 1, 8, 2] output that i expect: [[4], [4,1], [4, 1, 8], [4, 1, 8, 2

[issue41228] Fix the typo in the description of calendar.monthcalendar(year, month)

2020-07-07 Thread Nima Dini
New submission from Nima Dini : https://docs.python.org/3.10/library/calendar.html#calendar.monthcalendar > days outside of the month a represented by zeros. "a" needs to be changed to "are" -- ___ Python tracker &

[issue41228] Fix the typo in the description of calendar.monthcalendar(year, month)

2020-07-06 Thread Nima Dini
Change by Nima Dini : -- assignee: docs@python components: Documentation nosy: docs@python, ndini priority: normal pull_requests: 20516 severity: normal status: open title: Fix the typo in the description of calendar.monthcalendar(year, month) type: enhancement versions: Python 3.10