Issue #25767: Merge with 3.4
authorZachary Ware <zachary.ware@gmail.com>
Tue, 1 Dec 2015 04:57:01 +0000 (22:57 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 1 Dec 2015 04:57:01 +0000 (22:57 -0600)
1  2 
Doc/library/asyncio-eventloops.rst

index b2e7d7c972275d4a58cd028a147ad974fa5c7bf7,f42f65a796720b9d1f07b4181a7c8afcbd96168c..fc589922e423bb4ccc6392a2dfc73d6ec4d8848e
@@@ -107,13 -109,9 +107,13 @@@ Common limits of Windows event loops
  The resolution of the monotonic clock on Windows is usually around 15.6 msec.
  The best resolution is 0.5 msec. The resolution depends on the hardware
  (availability of `HPET
- <http://fr.wikipedia.org/wiki/High_Precision_Event_Timer>`_) and on the Windows
+ <http://en.wikipedia.org/wiki/High_Precision_Event_Timer>`_) and on the Windows
  configuration. See :ref:`asyncio delayed calls <asyncio-delayed-calls>`.
  
 +.. versionchanged:: 3.5
 +
 +   :class:`ProactorEventLoop` now supports SSL.
 +
  
  Mac OS X
  ^^^^^^^^