PEP 509: reformat to 72 columns

This commit is contained in:
Victor Stinner 2016-01-11 16:27:47 +01:00
parent 1a0a05ed5a
commit 974dc6a0bc
1 changed files with 12 additions and 10 deletions

View File

@ -113,24 +113,26 @@ Examples:
Pyjion Pyjion
------ ------
According of Brett Cannon, one of the two main developers of Pyjion, Pyjion can According of Brett Cannon, one of the two main developers of Pyjion,
also benefit from dictionary version to implement optimizations. Pyjion can also benefit from dictionary version to implement
optimizations.
Pyjion is a JIT compiler for Python based upon CoreCLR (Microsoft .NET Core Pyjion is a JIT compiler for Python based upon CoreCLR (Microsoft .NET
runtime). Core runtime).
Unladen Swallow Unladen Swallow
--------------- ---------------
Even if dictionary version was not explicitly mentionned, optimization globals Even if dictionary version was not explicitly mentionned, optimization
and builtins lookup was part of the Unladen Swallow plan: "Implement one of the globals and builtins lookup was part of the Unladen Swallow plan:
several proposed schemes for speeding lookups of globals and builtins." "Implement one of the several proposed schemes for speeding lookups of
Source: `Unladen Swallow ProjectPlan globals and builtins." Source: `Unladen Swallow ProjectPlan
<https://code.google.com/p/unladen-swallow/wiki/ProjectPlan>`_. <https://code.google.com/p/unladen-swallow/wiki/ProjectPlan>`_.
Unladen Swallow is a fork of CPython 2.6.1 adding a JIT compiler implemented Unladen Swallow is a fork of CPython 2.6.1 adding a JIT compiler
with LLVM. The project stopped in 2011: `Unladen Swallow Retrospective implemented with LLVM. The project stopped in 2011: `Unladen Swallow
Retrospective
<http://qinsb.blogspot.com.au/2011/03/unladen-swallow-retrospective.html>`_. <http://qinsb.blogspot.com.au/2011/03/unladen-swallow-retrospective.html>`_.