[Python-checkins] peps: move references for future discussions from catalog-sig to distutils-sig

richard.jones python-checkins at python.org
Sat Mar 30 23:19:11 CET 2013


http://hg.python.org/peps/rev/0020f2026cfe
changeset:   4830:0020f2026cfe
user:        Richard Jones <richard at mechanicalcat.net>
date:        Sun Mar 31 09:18:51 2013 +1100
summary:
  move references for future discussions from catalog-sig to distutils-sig

files:
  pep-0381.txt |  14 +++++++-------
  pep-0438.txt |   2 +-
  2 files changed, 8 insertions(+), 8 deletions(-)


diff --git a/pep-0381.txt b/pep-0381.txt
--- a/pep-0381.txt
+++ b/pep-0381.txt
@@ -20,7 +20,7 @@
 Rationale
 =========
 
-PyPI is hosting over 6000 projects and is used on a daily basis 
+PyPI is hosting over 6000 projects and is used on a daily basis
 by people to build applications. Especially systems like `easy_install`
 and `zc.buildout` make intensive usage of PyPI.
 
@@ -56,7 +56,7 @@
 with b. A CNAME record last.pypi.python.org points to the
 last host name. Mirror operators should use a static address,
 and report planned changes to that address in advance to
-catalog-sig.
+distutils-sig.
 
 The new mirror also appears at `http://pypi.python.org/mirrors`
 which is a human-readable page that gives the list of mirrors.
@@ -65,11 +65,11 @@
 Statistics page
 :::::::::::::::
 
-PyPI provides statistics on downloads at `/stats`. This page is 
-calculated daily by PyPI, by reading all mirrors' local stats and 
+PyPI provides statistics on downloads at `/stats`. This page is
+calculated daily by PyPI, by reading all mirrors' local stats and
 summing them.
 
-The stats are presented in daily or montly files, under `/stats/days` 
+The stats are presented in daily or montly files, under `/stats/days`
 and `/stats/months`. Each file is a `bzip2` file with these formats:
 
 - YYYY-MM-DD.bz2 for daily files
@@ -164,7 +164,7 @@
 The date is provided in GMT time, using the ISO 8601 format [#iso8601]_.
 Each mirror will be responsible to maintain its last modified date.
 
-This page must be located at : `/last-modified` and must be a 
+This page must be located at : `/last-modified` and must be a
 text/plain page.
 
 Local statistics
@@ -232,7 +232,7 @@
 The pep381client package [#pep381client]_ provides an application that
 respects this protocol to browse PyPI.
 
-User-agent request header 
+User-agent request header
 :::::::::::::::::::::::::
 
 In order to be able to differentiate actions taken by clients over
diff --git a/pep-0438.txt b/pep-0438.txt
--- a/pep-0438.txt
+++ b/pep-0438.txt
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Holger Krekel <holger at merlinux.eu>, Carl Meyer <carl at oddbird.net>
 BDFL-Delegate: Richard Jones <richard at python.org>
-Discussions-To: catalog-sig at python.org
+Discussions-To: distutils-sig at python.org
 Status: Draft
 Type: Process
 Content-Type: text/x-rst

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


More information about the Python-checkins mailing list