Skip to content

Commit

Permalink
Disable links to the other PEP, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Oct 10, 2023
1 parent 4ca13ff commit 6146cf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions peps/pep-0756.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Python-Version: 3.13
Abstract
========

:pep:`755` summarized the problems with the CPython 3.12 build system.
:pep:`!755` summarized the problems with the CPython 3.12 build system.
This PEP suggests a new build system be implemented for CPython 3.13,


Motivation
==========

According to :pep:`755`, the biggest pain with the CPython 3.12 build system,
According to :pep:`!755`, the biggest pain with the CPython 3.12 build system,
is that consists of *two* hard-to-comprehend build systems:

- The Windows build --- a collection of XML and BAT files
Expand All @@ -27,7 +27,7 @@ is that consists of *two* hard-to-comprehend build systems:
Developers in the Windows camp find the GNU Autoconf code incomprehensible;
developers in the \*nix camp find the XML files of the Windows build cryptic.

Also according to :pep:`755`,
Also according to :pep:`!755`,
the number one goal for a future build system is a unified build system.


Expand All @@ -40,7 +40,7 @@ Rationale
Specification
=============

A build system will be implemented with the goals of :pep:`755` in mind:
A build system will be implemented with the goals of :pep:`!755` in mind:

- a unified build system that works on all :pep:`11` supported platforms
- correct and fast incremental builds
Expand Down

0 comments on commit 6146cf9

Please sign in to comment.