[Python-checkins] peps: PEP 101: Added hint on how to add a Python Insider blog post for new releases.

larry.hastings python-checkins at python.org
Mon Jun 1 06:59:31 CEST 2015


https://hg.python.org/peps/rev/ff87c202e057
changeset:   5887:ff87c202e057
user:        Larry Hastings <larry at hastings.org>
date:        Sun May 31 21:59:28 2015 -0700
summary:
  PEP 101: Added hint on how to add a Python Insider blog post for new releases.

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


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -410,7 +410,7 @@
           Make sure they are world readable.  They should also be group
           writable, and group-owned by downloads.
 
-      ___ Use `gpg --verify` to make sure they got uploaded intact.
+      ___ Use ``gpg --verify`` to make sure they got uploaded intact.
 
       ___ If this is a final release: Move the doc zips and tarballs to
           /srv/www.python.org/ftp/python/doc/X.Y.Z, creating the directory
@@ -547,7 +547,9 @@
       python-announce at python.org
       python-dev at python.org
 
-  ___ Also post the announcement to <http://blog.python.org>.
+  ___ Also post the announcement to `The Python Insider blog
+      <http://blog.python.org>`_.  To add a new entry, go to
+      `your Blogger home page, here. <https://www.blogger.com/home>`_
 
   Now it's time to do some cleaning up.  These steps are very important!
 

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


More information about the Python-checkins mailing list