PEP 285: Adding a bool type

Max M maxm at mxm.dk
Fri Apr 5 03:57:44 EST 2002


Van Gale wrote:


>>Just do a search and replace in your codebase::
>>
>>     s/1/True/gi
>>
>>That should solve all those problems in a few seconds.
> 
> 
> Yeah... it'll solve **those** problems, but think about it for a sec.
> Maybe, just maybe, this will create a slew of entirely different problems?

Oh yes I see.

Well Alex ... if you did the search and replace I adviced, please do a 
reverse search and replace::

     s/True/1/gi

Then those problems that the first search and replace created should be 
solved.

regards Max M




More information about the Python-list mailing list