Skip to content

Commit c5eab2e

Browse files
authored
reword news
don't describe documentation updates. just note that some internal details changed a bit.
1 parent 09eefd6 commit c5eab2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Document the old public :meth:`get_value<multiprocessing.synchronized.Semaphore>`. Replace code using private attributes with this public method in ``multiprocessing.synchronized.py`` and ``multiprocessing.queues.py`` files
1+
Minor refactoring of :mod:`multiprocessing.synchronize` and :mod:`multiprocessing.queues` to use
2+
the public :meth:`~multiprocessing.Semaphore.get_value` method instead of private attribute access.

0 commit comments

Comments
 (0)