Untangling pythonWin and IDLE Processes on XP Pro

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sat Feb 14 01:39:02 EST 2009


On Fri, 13 Feb 2009 20:58:33 -0800, W. eWatson wrote:

> Scott David Daniels wrote:
>> OK, you are using the oldest and least useful revision control system,
>> "rename and remember."  I'd suggest you get and use bazaar, but you'll
>> just ask for shortcuts on how to use it without understanding what it
>> does.
> It works for me, and, frankly, I'm not interested in going to Linux,
> SunOS or other "revision systmes".

Linux and SunOS are *operating systems*, something completely different 
from *revision control systems*.

A revision or version control system (VCS) lets you record the evolution 
of your software.  You can tag versions with symbolic names like "Dev4" 
or "Release-1.0" and can ask the VCS for a copy of the sources with a 
given tag or even date.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list