From: Éric Araujo Date: Tue, 29 Nov 2011 15:36:17 +0000 (+0100) Subject: Fix last remaining references to ex-devguide X-Git-Tag: v3.3.0a1~714^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2b89e364f863d9dab51c32aefb934c511a19e55;p=python Fix last remaining references to ex-devguide --- diff --git a/Lib/locale.py b/Lib/locale.py index d9dbce65a8..d2a885d519 100644 --- a/Lib/locale.py +++ b/Lib/locale.py @@ -1598,8 +1598,7 @@ locale_alias = { # 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 index 0921e4c0c4..3dca6045d6 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -420,7 +420,7 @@ Main website: http://www.python.org/ .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