Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51802
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.049 |
| X-Spam-Evidence | '*H*': 0.91; '*S*': 0.01; 'everybody,': 0.07; 'python': 0.11; '2.7': 0.14; '1:08': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'matters,': 0.16; 'wrote:': 0.18; 'hey': 0.18; 'version.': 0.19; 'aug': 0.22; 'looks': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'subject:time': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'ubuntu': 0.36; 'useful': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'dave': 0.60; 'email addr:gmail.com': 0.63; '2.7.': 0.84; 'angel': 0.91; '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; bh=92mwo/yWTk8l8lLyimwz4H5MJsW/A/MN8yjCpVow5ns=; b=Ofp95QSgdgX+biOsgU27/E2+FQxQM3jmpRsJYXSFoHC0zhXdOUNcNMpHdPdoglwXWG PfxqFAiPXgmoRgUNdEMf2WZO4oLGwkXfEBWwlvJizzRHX53imyb5qjVWnrBD/1cpkOEs inFDy/4swjKKi01L4glXLVNaDVwvWFi550mGZ2XUdzjoFaW9OnY+QWsp0/tAMCT5h3T/ kM6MOLtSKay1NaH7lwP4hGNdvWtXnA+/tR2uyJbWuq1ICk6zRGRp2WSfS+W41TMf4iBk nATktoDXfMcgBrwh8IRyjcx0Msnx+iethXXu0hWs4EzMinrJVnXR/vW04Ys7Wd6wHqIP Q+4Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.221.68.71 with SMTP id xx7mr1891056vcb.97.1375447842391; Fri, 02 Aug 2013 05:50:42 -0700 (PDT) |
| In-Reply-To | <ktg7fv$afm$1@ger.gmane.org> |
| References | <b5df0633-c6fe-4489-adda-5b9f270a904d@googlegroups.com> <ktg7fv$afm$1@ger.gmane.org> |
| Date | Fri, 2 Aug 2013 13:50:42 +0100 |
| Subject | Re: outputting time in microseconds or milliseconds |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.120.1375447850.1251.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1375447850 news.xs4all.nl 15890 [2001:888:2000:d::a6]:39248 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:51802 |
Show key headers only | View raw
On Fri, Aug 2, 2013 at 1:08 PM, Dave Angel <davea@davea.name> wrote: > matt.doolittle33@gmail.com wrote: > >> Hey everybody, >> >> I am using 2.7 on Ubuntu 12.10. > > and what version of Python are you using? I don't know if it matters, > but it's useful to always supply both Python version and OS version. > Looks to me like Python 2.7. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
outputting time in microseconds or milliseconds matt.doolittle33@gmail.com - 2013-08-02 03:54 -0700
Re: outputting time in microseconds or milliseconds Dave Angel <davea@davea.name> - 2013-08-02 12:08 +0000
Re: outputting time in microseconds or milliseconds Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-08-02 13:59 +0200
Re: outputting time in microseconds or milliseconds matt.doolittle33@gmail.com - 2013-08-02 06:17 -0700
Re: outputting time in microseconds or milliseconds Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-08-05 08:15 +0200
Re: outputting time in microseconds or milliseconds Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-02 12:35 +0000
Re: outputting time in microseconds or milliseconds matt.doolittle33@gmail.com - 2013-08-02 08:09 -0700
Re: outputting time in microseconds or milliseconds Skip Montanaro <skip@pobox.com> - 2013-08-02 07:37 -0500
Re: outputting time in microseconds or milliseconds matt.doolittle33@gmail.com - 2013-08-02 07:18 -0700
Re: outputting time in microseconds or milliseconds Skip Montanaro <skip@pobox.com> - 2013-08-02 10:15 -0500
Re: outputting time in microseconds or milliseconds Chris Angelico <rosuav@gmail.com> - 2013-08-02 13:50 +0100
Re: outputting time in microseconds or milliseconds matt.doolittle33@gmail.com - 2013-08-04 04:30 -0700
Re: outputting time in microseconds or milliseconds Alain Ketterlin <alain@dpt-info.u-strasbg.fr> - 2013-08-04 13:57 +0200
Re: outputting time in microseconds or milliseconds Dave Angel <davea@davea.name> - 2013-08-04 13:38 +0000
Re: outputting time in microseconds or milliseconds Roy Smith <roy@panix.com> - 2013-08-04 10:33 -0400
Re: outputting time in microseconds or milliseconds matt.doolittle33@gmail.com - 2013-08-07 19:51 -0700
Re: outputting time in microseconds or milliseconds Skip Montanaro <skip@pobox.com> - 2013-08-08 07:03 -0500
Re: outputting time in microseconds or milliseconds Roy Smith <roy@panix.com> - 2013-08-08 09:30 -0400
csiph-web