[issue13927] Document time.ctime format

2019-04-14 Thread Harmandeep Singh
Harmandeep Singh added the comment: I have updated the PR, this time I have kept it really simple, and have added examples showing both the cases. -- ___ Python tracker <https://bugs.python.org/issue13

[issue13927] Document time.ctime format

2019-04-11 Thread Harmandeep Singh
Harmandeep Singh added the comment: This is not python compatible format, I want something like "%a %b %d %H:%M:%S %Y" to explain it. -- ___ Python tracker <https://bugs.python.o

[issue36195] initializer is not a valid param in ThreadPoolExecutor

2019-03-05 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch pull_requests: +12178 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36195> ___ _

[issue36195] initializer is not a valid param in ThreadPoolExecutor

2019-03-05 Thread Harmandeep Singh
Harmandeep Singh added the comment: I will raise a PR -- ___ Python tracker <https://bugs.python.org/issue36195> ___ ___ Python-bugs-list mailing list Unsub

[issue36195] initializer is not a valid param in ThreadPoolExecutor

2019-03-05 Thread Harmandeep Singh
Change by Harmandeep Singh : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker <https://bugs.python.org/issu

[issue36195] initializer is not a valid param in ThreadPoolExecutor

2019-03-05 Thread Harmandeep Singh
New submission from Harmandeep Singh : In Python 3.6, the docs for ThreadPoolExecutor mentions the following line: initializer is an optional callable that is called at the start of each worker thread; initargs is a tuple of arguments passed to the initializer. Should initializer raise

[issue31450] Subprocess exceptions re-raised in parent process do not have child_traceback attribute

2019-01-03 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch, patch pull_requests: +10836, 10837 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue31450] Subprocess exceptions re-raised in parent process do not have child_traceback attribute

2019-01-03 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch, patch, patch pull_requests: +10836, 10837, 10838 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue31450] Subprocess exceptions re-raised in parent process do not have child_traceback attribute

2019-01-03 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch, patch, patch, patch pull_requests: +10836, 10837, 10838, 10839 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue31450] Subprocess exceptions re-raised in parent process do not have child_traceback attribute

2019-01-03 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch pull_requests: +10836 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue31450> ___ _

[issue13927] Extra spaces in the output of time.ctime

2018-12-27 Thread Harmandeep Singh
Harmandeep Singh added the comment: I have created a PR for the patch that I submitted, as this is my first contribution to the docs, I need to know that how do we decide if a change has to make an entry to `Misc/NEWS.d/next/` or needs `skip news` tag? -- nosy: -docs@python

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2018-12-24 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch, patch, patch pull_requests: +10553, 10554, 10555 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2018-12-24 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch pull_requests: +10553 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35525> ___ _

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2018-12-24 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch, patch pull_requests: +10553, 10554 stage: -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue20001] pathlib inheritance diagram too large

2018-12-24 Thread Harmandeep Singh
Change by Harmandeep Singh : -- keywords: +patch pull_requests: +10538 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue13927] Extra spaces in the output of time.ctime

2018-12-24 Thread Harmandeep Singh
Harmandeep Singh added the comment: I have created the PR as mentioned, I have added the example for time.ctime() and also added the note to time.asctime. -- pull_requests: +10527 stage: -> patch review versions: +Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python

[issue29862] Fix grammar typo in importlib.reload() exception

2017-03-24 Thread Harmandeep Singh
Changes by Harmandeep Singh <harmandeep3...@gmail.com>: -- pull_requests: +714 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue13927] Extra spaces in the output of time.ctime

2016-10-13 Thread Harmandeep Singh
Changes by Harmandeep Singh <harmandeep3...@gmail.com>: -- hgrepos: -360 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13927> ___

[issue13927] Extra spaces in the output of time.ctime

2016-10-13 Thread Harmandeep Singh
Harmandeep Singh added the comment: I was bored, I generated a patch for this. Hope this helps :) -- hgrepos: +360 keywords: +patch nosy: +harman786 Added file: http://bugs.python.org/file45073/ctime-doc.patch ___ Python tracker <