[Python-checkins] peps: the trailing slash is no langer required

ethan.furman python-checkins at python.org
Sat Dec 5 21:01:31 EST 2015


https://hg.python.org/peps/rev/4769e5c2ef8f
changeset:   6137:4769e5c2ef8f
user:        Ethan Furman <ethan at stoneleaf.us>
date:        Sat Dec 05 18:01:21 2015 -0800
summary:
  the trailing slash is no langer required

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


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -131,7 +131,7 @@
 
       Go to http://buildbot.python.org/all/waterfall
 
-      (the trailing slash is required).  Look at the buildbots for the release
+      Look at the buildbots for the release
       you're making.  Ignore any that are offline (or inform the community so
       they can be restarted).  If what remains are (mostly) green buildbots,
       you're good to go.  If you have non-offline red buildbots, you may want

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


More information about the Python-checkins mailing list