From: Antoine Pitrou Date: Sat, 16 Jan 2010 18:08:04 +0000 (+0000) Subject: Blocked revisions 77468 via svnmerge X-Git-Tag: v3.1.2rc1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27f9eaa62f2d3fb04a988d7b689e8d4f9e8551ab;p=python Blocked revisions 77468 via svnmerge ................ r77468 | antoine.pitrou | 2010-01-13 13:04:20 +0100 (mer., 13 janv. 2010) | 18 lines Note: I'm merging these changes out of consistency, but they don't seem to be needed in py3k (except perhaps for non-utf8 paths). Merged revisions 77466-77467 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77466 | antoine.pitrou | 2010-01-13 12:47:49 +0100 (mer., 13 janv. 2010) | 5 lines Issue #7661: Allow ctypes to be built from a non-ASCII directory path. Patch by Florent Xicluna. ........ r77467 | antoine.pitrou | 2010-01-13 12:57:42 +0100 (mer., 13 janv. 2010) | 3 lines Use `with` ........ ................ ---