Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58005
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.068 |
| X-Spam-Evidence | '*H*': 0.87; '*S*': 0.00; '(b)': 0.07; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'habits,': 0.16; 'subject:library': 0.16; 'wrote:': 0.18; 'wed,': 0.18; '(a)': 0.24; "i've": 0.25; 'source': 0.25; 'right.': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'writes:': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'easily': 0.37; 'ben': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'bad': 0.39; 'to:addr:python.org': 0.39; 'dave': 0.60; 'more': 0.64; '30,': 0.65; 'talking': 0.65; 'charset:windows-1252': 0.65; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=uJ5Rf8VLNoM/2Njp/H+7gWC+Pye1IFTQam9g27OHRik=; b=wQSL6WuKqBLzyP4RhnWUPAFG0BzQrLjC9oMbpxx4mmMGd70e5dvX+JIid5G5byNqzw 5modVtkeZjNkC44ixT7GgwMEjIhw6PCYSvgFx3AV6DFyRiETJnCdI3yPV0alTyLCrTT6 7Ylp12TVzctxX8z8ohSh9CqdANk7hByU/Igv8ozW4rVBMwXVbvLqI3KL6cV6LkD0LmFM KlzhSvrdYoeJ3GIFjELL0AO2XPdwJ3RzI7bCq2FD5vpJmoDiudrz91Jm2lIzshxYRqBS 0JEC6UG4d6uSaCAbYY/tFYYz1Ey8UXxM5UMD79QttRTxMR7I89s4HGHO0dRflum36Knl G3vA== |
| MIME-Version | 1.0 |
| X-Received | by 10.68.182.3 with SMTP id ea3mr3183784pbc.124.1383108500117; Tue, 29 Oct 2013 21:48:20 -0700 (PDT) |
| In-Reply-To | <7w8uxbz8cd.fsf@benfinney.id.au> |
| References | <2065311330404772873.819540patrick.vrijlandt-gmail.com@newszilla.xs4all.nl> <l4pp88$luk$1@ger.gmane.org> <CAPTjJmoT11yQfzgGHciA1O9rGM9YKwmseeQy-EMCwdTi5hE9kw@mail.gmail.com> <7w8uxbz8cd.fsf@benfinney.id.au> |
| Date | Wed, 30 Oct 2013 15:48:20 +1100 |
| Subject | Re: personal library |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1793.1383108900.18130.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1383108900 news.xs4all.nl 15913 [2001:888:2000:d::a6]:51829 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:58005 |
Show key headers only | View raw
On Wed, Oct 30, 2013 at 3:33 PM, Ben Finney <ben+python@benfinney.id.au> wrote: > Chris Angelico <rosuav@gmail.com> writes: > >> *Definitely* use source control. > > +1, but prefer to call it a “version control system” which is (a) more > easily searched on the internet, and (b) somewhat more accurate. Right. I've picked up some bad habits, and I think Dave may also have... but yes, "distributed version control system" is what I'm talking about here. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-29 21:29 +0000
Re: personal library Dave Angel <davea@davea.name> - 2013-10-30 02:00 +0000
Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-30 15:26 +1100
Re: personal library Paul Rudin <paul.nospam@rudin.co.uk> - 2013-10-30 06:31 +0000
Re: personal library Ben Finney <ben+python@benfinney.id.au> - 2013-10-30 15:33 +1100
Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-30 15:48 +1100
Re: personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-30 20:02 +0000
Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 07:19 +1100
Re: personal library Ben Finney <ben+python@benfinney.id.au> - 2013-10-31 07:37 +1100
Re: personal library Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-10-30 21:52 +0100
Re: personal library paul.nospam@rudin.co.uk - 2013-10-30 20:34 +0000
Re: personal library Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-30 21:08 +0000
Re: personal library Grant Edwards <invalid@invalid.invalid> - 2013-10-30 21:20 +0000
Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-31 08:31 +1100
Re: personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-31 21:48 +0000
Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 08:43 +1100
Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 08:45 +1100
Re: personal library rusi <rustompmody@gmail.com> - 2013-10-31 20:38 -0700
csiph-web