Finish incomplete sentence.
This commit is contained in:
parent
e2e9ade45e
commit
b0ff431398
|
@ -46,7 +46,8 @@ Review
|
||||||
(repr(True) would always return "True".)
|
(repr(True) would always return "True".)
|
||||||
|
|
||||||
=> Most reviewers prefer str(True) == "True" (which may mean that
|
=> Most reviewers prefer str(True) == "True" (which may mean that
|
||||||
they don't appreciate the specific
|
they don't appreciate the specific backwards compatibility
|
||||||
|
issue brought up br Marc-Andre Lemburg :-).
|
||||||
|
|
||||||
3) Should the constants be called 'True' and 'False'
|
3) Should the constants be called 'True' and 'False'
|
||||||
(corresponding to None) or 'true' and 'false' (as in C++, Java
|
(corresponding to None) or 'true' and 'false' (as in C++, Java
|
||||||
|
|
Loading…
Reference in New Issue