From 5a2fd0499fd9f3580e457922ae7239ab68e781d1 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Sat, 20 Nov 2010 21:23:45 +0000 Subject: [PATCH] Blocked revisions 86611 via svnmerge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ r86611 | r.david.murray | 2010-11-20 16:18:51 -0500 (Sat, 20 Nov 2010) | 4 lines #10453: compileall now uses argparse instead of getopt, so -h works. Patch by Michele OrrĂ¹. ........