PEP-514: Fix incorrect sense of "possible"
This commit is contained in:
parent
970e9c5346
commit
324bde8cd6
|
@ -97,8 +97,9 @@ Backwards Compatibility
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
Python 3.4 and earlier did not distinguish between 32-bit and 64-bit builds in
|
Python 3.4 and earlier did not distinguish between 32-bit and 64-bit builds in
|
||||||
``sys.winver``. As a result, it is possible to have valid side-by-side
|
``sys.winver``. As a result, it is not possible to have valid side-by-side
|
||||||
installations of both 32-bit and 64-bit interpreters.
|
installations of both 32-bit and 64-bit interpreters under this scheme since it
|
||||||
|
would result in duplicate Tags.
|
||||||
|
|
||||||
To ensure backwards compatibility, applications should treat environments listed
|
To ensure backwards compatibility, applications should treat environments listed
|
||||||
under the following two registry keys as distinct, even when the Tag matches::
|
under the following two registry keys as distinct, even when the Tag matches::
|
||||||
|
|
Loading…
Reference in New Issue