[Python-checkins] peps: Remove now-unnecessary step.

georg.brandl python-checkins at python.org
Tue Oct 7 09:57:39 CEST 2014


https://hg.python.org/peps/rev/9c07b8ab35f1
changeset:   5573:9c07b8ab35f1
user:        Georg Brandl <georg at python.org>
date:        Tue Oct 07 09:57:34 2014 +0200
summary:
  Remove now-unnecessary step.

files:
  pep-0101.txt |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -383,9 +383,6 @@
       (Do things look reasonable?)
       $ ls Lib
       (Are there stray .pyc files?)
-      $ ls Doc/tools
-      (Make sure it doesn't contain "docutils", "sphinx", "jinja" or
-      "pygments" directories.  Also look for stray .pyc files.)
       $ ./configure
       (Loads of configure output)
       $ make test

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


More information about the Python-checkins mailing list