Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2b89e3

Browse files
committed
Fix last remaining references to ex-devguide
1 parent 2bddc53 commit a2b89e3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Lib/locale.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,8 +1598,7 @@ def getpreferredencoding(do_setlocale = True):
15981598
# to include every locale up to Windows Vista.
15991599
#
16001600
# NOTE: this mapping is incomplete. If your language is missing, please
1601-
# submit a bug report to Python bug manager, which you can find via:
1602-
# http://www.python.org/dev/
1601+
# submit a bug report to the Python bug tracker at http://bugs.python.org/
16031602
# Make sure you include the missing language identifier and the suggested
16041603
# locale code.
16051604
#

Misc/python.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Main website: http://www.python.org/
420420
.br
421421
Documentation: http://docs.python.org/py3k/
422422
.br
423-
Developer resources: http://www.python.org/dev/
423+
Developer resources: http://docs.python.org/devguide/
424424
.br
425425
Downloads: http://python.org/download/
426426
.br

0 commit comments

Comments
 (0)