Re: [PATCH] hg-to-git: add --verbose option
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:39
"Sverre Rabbelier" [off-list ref] writes:
On Mon, May 26, 2008 at 3:14 PM, Johannes Schindelin [off-list ref] wrote:quoted
Now, that is not even funny, as that was my initial version, and Python complained about not knowing "false".That is because in python the keyword is "False" (note the capital 'F').
I too write True/False in my recent Python code, but I vaguely recall they were relatively new to the language. I think it was 2.3 which is probably 5 years old by now, so if that is the case we probably are safe (and they are used in p4import anyway). 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.