Skip to content

Instantly share code, notes, and snippets.

@kkung
Created April 1, 2011 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kkung/897620 to your computer and use it in GitHub Desktop.
Save kkung/897620 to your computer and use it in GitHub Desktop.
Python 커미터가 되었습니다 :) -April Fools-
[PATCH] I Love Ruby! ...
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: [PATCH] I Love Ruby!
X-Mercurial-Node: 2a4960d4df517d135cd0a783ee140e2b7bcec43a
Message-Id: <2a4960d4df517d135cd0.1301623224@ggogi.rs.kkung.net>
User-Agent: Mercurial-patchbomb/1.6
Date: Fri, 01 Apr 2011 11:00:24 +0900
From: kkung <kkung@April.First.com>
To: Guido van Rossum <guideo@april.first.google.com>
Cc: Yukihiro Matsumoto <matz@april.first.ruby.com>
# HG changeset patch
# User kkung <kkung@April.First.com>
# Date 1301623174 -32400
# Node ID 2a4960d4df517d135cd0a783ee140e2b7bcec43a
# Parent 3558eecd84f0dee42b5d346912b3992530254012
I Love Ruby!
diff -r 3558eecd84f0 -r 2a4960d4df51 Modules/main.c
--- a/Modules/main.c Fri Apr 01 03:16:51 2011 +0200
+++ b/Modules/main.c Fri Apr 01 10:59:34 2011 +0900
@@ -440,10 +440,10 @@
}
if (help)
- return usage(0, argv[0]);
+ return usage(0, "Ruby");
if (version) {
- fprintf(stderr, "Python %s\n", PY_VERSION);
+ fprintf(stderr, "Ruby %s\n", PY_VERSION);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment