[Python-checkins] devguide: pydotorg -> python-committers

antoine.pitrou python-checkins at python.org
Fri Apr 8 11:49:10 CEST 2011


http://hg.python.org/devguide/rev/91956ceea765
changeset:   410:91956ceea765
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Apr 08 11:49:07 2011 +0200
summary:
  pydotorg -> python-committers

files:
  coredev.rst |  6 +++---
  faq.rst     |  4 ++--
  2 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/coredev.rst b/coredev.rst
--- a/coredev.rst
+++ b/coredev.rst
@@ -60,9 +60,9 @@
 
 You need to generate an SSH 2 RSA key to be able to commit code. You may have
 multiple keys if you wish (e.g., for work and home). Send your key as an
-attachment in an email to python-committers (do not paste it in the email as
-SSH keys have specific formatting requirements). Help in generating an SSH key
-can be found in the :ref:`faq`.
+attachment in an email to python-committers at python.org (do not paste it in
+the email as SSH keys have specific formatting requirements). Help in
+generating an SSH key can be found in the :ref:`faq`.
 
 Your SSH key will be set to a username in the form of "first_name.last_name".
 This should match your username on the issue tracker.
diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -676,8 +676,8 @@
 How do I generate an SSH 2 public key?
 -------------------------------------------------------------------------------
 
-All generated SSH keys should be sent to pydotorg for adding to the list of
-keys.
+All generated SSH keys should be sent to python-committers at python.org for
+adding to the list of keys.
 
 UNIX
 '''''''''''''''''''

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


More information about the Python-checkins mailing list