[Python-checkins] peps: Update status of work for PEP 512

brett.cannon python-checkins at python.org
Wed Mar 30 23:00:01 EDT 2016


https://hg.python.org/peps/rev/db50442fe8fd
changeset:   6272:db50442fe8fd
user:        Brett Cannon <brett at python.org>
date:        Wed Mar 30 19:59:57 2016 -0700
summary:
  Update status of work for PEP 512

files:
  pep-0512.txt |  20 +++++++++++---------
  1 files changed, 11 insertions(+), 9 deletions(-)


diff --git a/pep-0512.txt b/pep-0512.txt
--- a/pep-0512.txt
+++ b/pep-0512.txt
@@ -529,18 +529,20 @@
 
 * In progress
 
-    - `A bot to enforce CLA signing`_:
-      https://github.com/brettcannon/knights-who-say-ni (Brett Cannon)
-    - `Define commands to move a Mercurial repository to Git`_:
-      https://github.com/orsenthil/cpython-hg-to-git (Senthil Kumaran)
-    - `Adding GitHub username support to bugs.python.org`_:
-      http://psf.upfronthosting.co.za/roundup/meta/issue579,
-      http://psf.upfronthosting.co.za/roundup/meta/issue581
-      (Maciej Szulik and Ezio Melotti)
+  - `A bot to enforce CLA signing`_:
+    https://github.com/python/the-knights-who-say-ni (Brett Cannon)
+  - `Define commands to move a Mercurial repository to Git`_:
+    https://github.com/orsenthil/cpython-hg-to-git (Senthil Kumaran)
+  - `Adding GitHub username support to bugs.python.org`_ (HTTP API):
+    http://psf.upfronthosting.co.za/roundup/meta/issue581
+    (Maciej Szulik and Ezio Melotti)
 
 * Completed
 
-  - None
+  - `Adding GitHub username support to bugs.python.org`_:
+    GitHub usernames on bugs.python.org
+      (Maciej Szulik and Ezio Melotti)
+
 
 Repositories whose build steps need updating:
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list