[Python-checkins] devguide: Augment faq section with information given in last round of email about keys.

terry.reedy python-checkins at python.org
Mon Jul 11 23:47:13 EDT 2016


https://hg.python.org/devguide/rev/3cfb0322f08f
changeset:   814:3cfb0322f08f
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Jul 11 23:46:58 2016 -0400
summary:
  Augment faq section with information given in last round of email about keys.

files:
  faq.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -877,7 +877,9 @@
 --------------------------------------
 
 All generated SSH keys should be sent to hgaccounts at python.org for adding to the
-list of keys. DSA keys are unacceptable.
+list of keys. DSA keys are unacceptable.  To avoid a spam classification,
+give a non-empty subject and body.  A reply will be sent, usually within a day
+or two, when the key can be used.
 
 UNIX
 ''''

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


More information about the Python-checkins mailing list