From: Georg Brandl Date: Fri, 5 Dec 2008 15:54:46 +0000 (+0000) Subject: Blocked revisions 67583 via svnmerge X-Git-Tag: v3.1a1~753 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7d4874cc0a70e435e0a6cd9c6c2bbce44a35ae0;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 67583 via svnmerge ........ r67583 | georg.brandl | 2008-12-05 16:52:20 +0100 (Fri, 05 Dec 2008) | 4 lines Move __import__ to the bottom of the functions list. It doesn't make sense for such a fundamental document to have the most obscure function listed at the top. ........ ---