|
50 | 50 |
|
51 | 51 | This article explains the new features in Python 3.2 as compared to 3.1. It |
52 | 52 | focuses on a few highlights and gives a few examples. For full details, see the |
53 | | -`Misc/NEWS <https://hg.python.org/cpython/file/3.2/Misc/NEWS>`_ file. |
| 53 | +`Misc/NEWS |
| 54 | +<https://github.com/python/cpython/blob/076ca6c3c8df3030307e548d9be792ce3c1c6eea/Misc/NEWS>`_ |
| 55 | +file. |
54 | 56 |
|
55 | 57 | .. seealso:: |
56 | 58 |
|
@@ -969,10 +971,10 @@ sites do not finish before midnight, the barrier times-out and the ballots are |
969 | 971 | sealed and deposited in a queue for later handling. |
970 | 972 |
|
971 | 973 | See `Barrier Synchronization Patterns |
972 | | -<https://parlab.eecs.berkeley.edu/wiki/_media/patterns/paraplop_g1_3.pdf>`_ for |
973 | | -more examples of how barriers can be used in parallel computing. Also, there is |
| 974 | +<http://osl.cs.illinois.edu/media/papers/karmani-2009-barrier_synchronization_pattern.pdf>`_ |
| 975 | +for more examples of how barriers can be used in parallel computing. Also, there is |
974 | 976 | a simple but thorough explanation of barriers in `The Little Book of Semaphores |
975 | | -<http://greenteapress.com/semaphores/downey08semaphores.pdf>`_, *section 3.6*. |
| 977 | +<https://greenteapress.com/semaphores/LittleBookOfSemaphores.pdf>`_, *section 3.6*. |
976 | 978 |
|
977 | 979 | (Contributed by Kristján Valur Jónsson with an API review by Jeffrey Yasskin in |
978 | 980 | :issue:`8777`.) |
@@ -2512,9 +2514,9 @@ repository. This distributed version control system should make it easier for |
2512 | 2514 | members of the community to create and share external changesets. See |
2513 | 2515 | :pep:`385` for details. |
2514 | 2516 |
|
2515 | | -To learn to use the new version control system, see the `tutorial by Joel |
2516 | | -Spolsky <http://hginit.com>`_ or the `Guide to Mercurial Workflows |
2517 | | -<https://www.mercurial-scm.org/guide>`_. |
| 2517 | +To learn to use the new version control system, see the `Quick Start |
| 2518 | +<https://www.mercurial-scm.org/wiki/QuickStart>`_ or the `Guide to |
| 2519 | +Mercurial Workflows <https://www.mercurial-scm.org/guide>`_. |
2518 | 2520 |
|
2519 | 2521 |
|
2520 | 2522 | Build and C API Changes |
|
0 commit comments