[Python-checkins] cpython (3.2): Fix last remaining references to ex-devguide

eric.araujo python-checkins at python.org
Tue Nov 29 17:15:07 CET 2011


http://hg.python.org/cpython/rev/49d69219fa59
changeset:   73785:49d69219fa59
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Nov 29 16:36:17 2011 +0100
summary:
  Fix last remaining references to ex-devguide

files:
  Lib/locale.py   |  3 +--
  Misc/python.man |  2 +-
  2 files changed, 2 insertions(+), 3 deletions(-)


diff --git a/Lib/locale.py b/Lib/locale.py
--- a/Lib/locale.py
+++ b/Lib/locale.py
@@ -1598,8 +1598,7 @@
 # to include every locale up to Windows Vista.
 #
 # NOTE: this mapping is incomplete.  If your language is missing, please
-# submit a bug report to Python bug manager, which you can find via:
-#     http://www.python.org/dev/
+# submit a bug report to the Python bug tracker at http://bugs.python.org/
 # Make sure you include the missing language identifier and the suggested
 # locale code.
 #
diff --git a/Misc/python.man b/Misc/python.man
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -420,7 +420,7 @@
 .br
 Documentation:  http://docs.python.org/py3k/
 .br
-Developer resources:  http://www.python.org/dev/
+Developer resources:  http://docs.python.org/devguide/
 .br
 Downloads:  http://python.org/download/
 .br

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


More information about the Python-checkins mailing list