From: Leonardo Pistone Date: Tue, 25 Aug 2015 15:34:16 +0000 (+0200) Subject: update dead link to the Python Language Reference X-Git-Tag: dev-2a51c9b95d06~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424ea406381c775aff5abdd89c444b503c547d87;p=thirdparty%2Fbabel.git update dead link to the Python Language Reference --- diff --git a/babel/util.py b/babel/util.py index dd737872..3bfebc91 100644 --- a/babel/util.py +++ b/babel/util.py @@ -46,7 +46,7 @@ def parse_encoding(fp): It does this in the same way as the `Python interpreter`__ - .. __: http://docs.python.org/ref/encodings.html + .. __: https://docs.python.org/3.4/reference/lexical_analysis.html#encoding-declarations The ``fp`` argument should be a seekable file object.