[issue3849] FUD in documentation for urllib.urlopen()

2008-09-12 Thread raz
New submission from raz <[EMAIL PROTECTED]>: The documentation for urllib.urlopen() states: "One caveat: the read() method, if the size argument is omitted or negative, may not read until the end of the data stream; there is no good way to determine that the entire stream from a sock

[issue34996] Add name to process and thread pool

2018-10-16 Thread Raz Manor
Change by Raz Manor : -- components: Library (Lib) nosy: Raz Manor priority: normal severity: normal status: open title: Add name to process and thread pool type: enhancement versions: Python 2.7, Python 3.7 ___ Python tracker <ht

[issue34996] Add name to process and thread pool

2018-10-16 Thread Raz Manor
Change by Raz Manor : -- keywords: +patch pull_requests: +9268 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34996> ___ ___ Python-

[issue34996] Add name to process and thread pool

2018-10-16 Thread Raz Manor
New submission from Raz Manor : Add a human friendly names to the threads opened by multiprocessing.pool.Pool and multiprocessing.pool.ThreadPool objects. Sample usage: ThreadPool(name="ClientsPool", processes=8) -- ___ Python track

[issue34996] Add name to process and thread pool

2018-10-21 Thread Raz Manor
Raz Manor added the comment: The default name of the threads does not allow differentiation between pool threads and other threads. This problem is more notable when you have several thread pools. Also, since there are some management threads to the pool, and one might want to know which is