From: Brett Cannon Date: Wed, 13 Jan 2010 19:25:46 +0000 (+0000) Subject: Merged revisions 77479 via svnmerge from X-Git-Tag: v3.1.2rc1~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d16b2a121e8175b696f6cfb220428ceae7d9ee8d;p=thirdparty%2FPython%2Fcpython.git Merged revisions 77479 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77479 | brett.cannon | 2010-01-13 11:21:00 -0800 (Wed, 13 Jan 2010) | 1 line Fix the wrong numbering of a PEP. ........ --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 02eddcaafaa6..cf13ba303309 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -54,7 +54,7 @@ Details on providing custom importers can be found in :pep:`302`. :pep:`366` Main module explicit relative imports - :pep:`3128` + :pep:`3120` Using UTF-8 as the Default Source Encoding