@@ -152,18 +152,18 @@ not in keeping with the Python philosophy. The BDFL can be consulted
152
152
during the approval phase, and is the final arbiter of the draft's
153
153
PEP-ability.
154
154
155
- Developers with hg push privileges for the `PEP repository`_ may claim
155
+ Developers with git push privileges for the `PEP repository`_ may claim
156
156
PEP numbers directly by creating and committing a new PEP. When doing so,
157
157
the developer must handle the tasks that would normally be taken care of by
<
8000
td data-grid-cell-id="diff-357b9fa6af825713b993fac3d7aa06bde4c02902d87d352239d2ded11767205a-158-158-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">158
158
the PEP editors (see `PEP Editor Responsibilities & Workflow`_). This
159
159
includes ensuring the initial version meets the expected standards for
160
160
submitting a PEP. Alternately, even developers may choose to submit PEPs
161
161
through the PEP editors. When doing so, let the PEP editors know you have
162
- hg push privileges and they can guide you through the process of updating
162
+ git push privileges and they can guide you through the process of updating
163
163
the PEP repository directly.
164
164
165
165
As updates are necessary, the PEP author can check in new versions if they
166
- (or a collaborating developer) have hg push privileges, or else they can
166
+ (or a collaborating developer) have git push privileges, or else they can
167
167
email new PEP versions to the PEP editors for publication.
168
168
169
169
After a PEP number has been assigned, a draft PEP may be discussed further on
@@ -471,8 +471,8 @@ bug/patch to them, otherwise assign it to a PEP editor.
471
471
When in doubt about where to send your changes, please check first
472
472
with the PEP author and/or a PEP editor.
473
473
474
- PEP authors with hg push privileges for the PEP repository can update the
475
- PEPs themselves by using "hg push" to submit their changes.
474
+ PEP authors with git push privileges for the PEP repository can update the
475
+ PEPs themselves by using "git push" to submit their changes.
476
476
477
477
478
478
Transferring PEP Ownership
@@ -528,12 +528,12 @@ Once the PEP is ready for the repository, a PEP editor will:
528
528
Python 3 only, the process is back to using numbers in the 100s again.
529
529
Remember that numbers below 100 are meta-PEPs.)
530
530
531
- * Add the PEP to a local clone of the PEP repository. For mercurial workflow
531
+ * Add the PEP to a local clone of the PEP repository. For workflow
532
532
instructions, follow `The Python Developers Guide <http://docs.python.org/devguide>`_
533
533
534
- The mercurial repo for the peps is::
534
+ The git repo for the peps is::
535
535
536
- http ://hg. python.org /peps/
536
+ https ://github.com/ python/peps
537
537
538
538
* Run ``./genpepindex.py`` and ``./pep2html.py <PEP Number>`` to ensure they
539
539
are generated without errors. If either triggers errors, then the web site
@@ -575,9 +575,9 @@ Resources:
575
575
References and Footnotes
576
576
========================
577
577
578
- .. [1] This historical record is available by the normal hg commands
578
+ .. [1] This historical record is available by the normal git commands
579
579
for retrieving older revisions, and can also be browsed via HTTP here:
580
- http ://hg. python.org /peps/
580
+ https ://github.com/ python/peps
581
581
582
582
.. [2] PEP 2, Procedure for Adding New Modules, Faassen
583
583
(http://www.python.org/dev/peps/pep-0002)
@@ -603,7 +603,7 @@ References and Footnotes
603
603
604
604
.. _Docutils: http://docutils.sourceforge.net/
605
605
606
- .. _PEP repository: http ://hg. python.org /peps
606
+ .. _PEP repository: https ://github.com/ python/peps
607
607
608
608
609
609
Copyright
0 commit comments