On Fri, Jan 23, 2009 at 12:11, Steven Bethard <[email protected]> wrote: > On Fri, Jan 23, 2009 at 12:06 PM, "Martin v. Löwis" <[email protected]> > wrote: >>> import random >>> print(random.choice('svn', 'bzr', 'hg', 'git')) >> >> Nice! So it's bzr, as my machine just told me (after adding >> the square brackets). > > Wow, that decision was a lot easier than I thought it would be. ;-)
But my machine just told me svn, which is even easier as that means we don't need to change anything. =) -Brett _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
