Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'open-source': 0.04; 'third-party': 0.04; 'subject: + ': 0.07; 'protocols,': 0.09; 'subject:into': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'it),': 0.16; 'lookups': 0.16; 'overriding': 0.16; 'subject: \n ': 0.16; 'subject:which': 0.16; 'subject:python': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'module': 0.19; 'cc:addr:python.org': 0.22; 'documented': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'record': 0.27; 'database,': 0.30; 'said,': 0.30; 'especially': 0.30; 'code': 0.31; '(usually': 0.31; 'publicly': 0.31; 'stuff': 0.32; 'not.': 0.33; 'standards': 0.33; "i'd": 0.34; 'there': 0.35; 'really': 0.36; 'smtp': 0.36; 'charset:us-ascii': 0.36; 'easily': 0.37; 'server': 0.38; 'even': 0.60; 'simple': 0.61; 'reached': 0.63; 'love': 0.65; 'talking': 0.65; 'customer,': 0.81; 'received:50.22': 0.84 Date: Sun, 14 Apr 2013 15:16:08 -0500 From: Tim Chase To: Ned Deily Subject: Re: python-noob - which container is appropriate for later exporting into mySql + matplotlib ? In-Reply-To: References: <5168b87f$0$29977$c3e8da3$5496439d@news.astraweb.com> <2d737309-6608-4e2e-8ff1-2b8b020a418c@qc10g2000pbb.googlegroups.com> <516a6125$0$29977$c3e8da3$5496439d@news.astraweb.com> <8555d9af-e52e-47d6-b2bd-ef7fe5dd61d9@pl9g2000pbb.googlegroups.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365973547 news.xs4all.nl 2694 [2001:888:2000:d::a6]:41947 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43580 On 2013-04-14 09:40, Ned Deily wrote: > DNS client lookups use published, well-understood > Internet-standard protocols, not at all like talking to a > third-party database, be it open-source or not. That said, even though DNS is a publicly documented standard, I've reached for DNS code in the Python stdlib on multiple occasions (usually to try and snag the MX record for a customer, so smtplib can send stuff to it), and get disappointed each time. I'd really love if there was a simple DNS-lookup module available in the stdlib, especially if it allowed overriding the server to ask. I mean...POP, IMAP and SMTP are all publicly documented standards that Python makes easily accessible. DNS would be a good addition. -tkc