You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: peps/pep-0817.rst
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -513,6 +513,21 @@ The potential for improvement can be summarized as:
513
513
Architect at OpenTeams
514
514
515
515
516
+
Out-of-scope features
517
+
---------------------
518
+
519
+
This PEP presents the minimal scope required to meet modern heterogenous system needs. It leaves aspects beyond the minimal scope to evolve via tools or future PEPs. A non-exhaustive list of these aspects include:
520
+
521
+
- The format of a static file to select variants deterministically or
522
+
include variants in a ``pylock.toml`` file,
523
+
- The list of variant providers that are vendored or re-implemented by
524
+
installers,
525
+
- The specific opt-in mechanisms and UX for allowing an installer to run
526
+
non-vendored variant providers,
527
+
- How to instruct build backends to emit variants through the :pep:`517`
528
+
mechanism.
529
+
530
+
516
531
Prior art
517
532
---------
518
533
@@ -2391,21 +2406,6 @@ uses.
2391
2406
Rejected ideas
2392
2407
==============
2393
2408
2394
-
Out-of-scope features
2395
-
---------------------
2396
-
2397
-
This PEP presents the minimal scope required to meet modern heterogenous system needs. It leaves aspects beyond the minimal scope to evolve via tools or future PEPs. A non-exhaustive list of these aspects include:
2398
-
2399
-
- The format of a static file to select variants deterministically or
2400
-
include variants in a ``pylock.toml`` file,
2401
-
- The list of variant providers that are vendored or re-implemented by
2402
-
installers,
2403
-
- The specific opt-in mechanisms and UX for allowing an installer to run
2404
-
non-vendored variant providers,
2405
-
- How to instruct build backends to emit variants through the :pep:`517`
0 commit comments