From: "David Symonds" <dsymonds@gmail.com>
To: "Junio C Hamano" <gitster@pobox.com>
Cc: sverre@rabbelier.nl,
"Johannes Schindelin" <Johannes.Schindelin@gmx.de>,
"Johan Herland" <johan@herland.net>,
git@vger.kernel.org, "Stelian Pop" <stelian@popies.net>
Subject: Re: [PATCH] hg-to-git: add --verbose option
Date: Tue, 27 May 2008 07:29:40 +1000 [thread overview]
Message-ID: <ee77f5c20805261429h14b1ce66tf9585132279c4f8e@mail.gmail.com> (raw)
In-Reply-To: <7vlk1xc7aa.fsf@gitster.siamese.dyndns.org>
On Tue, May 27, 2008 at 3:19 AM, Junio C Hamano <gitster@pobox.com> wrote:
> I think I spotted a bug in Python documentation, by the way ;-)
>
> http://docs.python.org/ref/ref.html does not even list "True" and "False"
> in its section 2.4 (Literals) yet, and that document is for version 2.5.2.
That's because they aren't literals. They are, in fact, objects, and
redefinable objects at that.
Try:
True=False
print True
Dave.
next prev parent reply other threads:[~2008-05-26 21:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-26 12:46 [PATCH] hg-to-git: add --verbose option Johannes Schindelin
2008-05-26 13:09 ` Johan Herland
2008-05-26 13:14 ` Johannes Schindelin
2008-05-26 13:28 ` Sverre Rabbelier
2008-05-26 17:19 ` Junio C Hamano
2008-05-26 21:29 ` David Symonds [this message]
2008-05-26 21:47 ` Johannes Schindelin
2008-05-26 13:20 ` [PATCH v2] " Johannes Schindelin
2008-05-26 14:33 ` Stelian Pop
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee77f5c20805261429h14b1ce66tf9585132279c4f8e@mail.gmail.com \
--to=dsymonds@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=johan@herland.net \
--cc=stelian@popies.net \
--cc=sverre@rabbelier.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).