[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/issue13927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue13927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue36195>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 an exception, all currently pending jobs will raise a 
BrokenThreadPool, as well any attempt to submit more jobs to the pool.

But, from my experiment in Python 3.6 and 3.7, I have observed that 
`initializer` and `initargs` were introduced in Python 3.7.

--
messages: 337189
nosy: harman786
priority: normal
severity: normal
status: open
title: initializer is not a valid param in ThreadPoolExecutor
versions: Python 3.6

___
Python tracker 
<https://bugs.python.org/issue36195>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue31450>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue31450>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue31450>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker 
<https://bugs.python.org/issue13927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue35525>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue35525>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue20001>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 3.8

___
Python tracker 
<https://bugs.python.org/issue13927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2017-03-24 Thread Harmandeep Singh

Changes by Harmandeep Singh :


--
pull_requests: +714

___
Python tracker 
<http://bugs.python.org/issue29862>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2016-10-13 Thread Harmandeep Singh

Changes by Harmandeep Singh :


--
hgrepos:  -360

___
Python tracker 
<http://bugs.python.org/issue13927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<http://bugs.python.org/issue13927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com