Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!ecngs!feeder2.ecngs.de!novso.com!newsfeed.xs4all.nl!newsfeed1.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'correct.': 0.07; 'indicates': 0.09; 'python': 0.11; '"%s"': 0.16; 'specifiers': 0.16; 'strftime': 0.16; 'underlying': 0.16; 'to:name :python-list@python.org': 0.22; 'documented': 0.24; 'header:In- Reply-To:1': 0.27; 'to:2**1': 0.27; '(which': 0.31; 'subject:the': 0.34; 'but': 0.35; 'charset:us-ascii': 0.36; 'received:10': 0.37; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'skip:u 10': 0.60; 'suspicion': 0.84; 'incredibly': 0.96 From: Nick Cash To: Roy Smith , "python-list@python.org" Subject: RE: the Gravity of Python 2 Thread-Topic: the Gravity of Python 2 Thread-Index: AQHPC8KFcvs1F8hVgkKeHRDMgb2MCpp5d3IAgAFOm2WAABvx1IAAndnngAAdVhSAABDDgYAAE5TegAAN9VKAAAEegIAAD9sAgAARv4CAAIC4PIAAJFRggAACGEA= Date: Thu, 9 Jan 2014 16:42:03 +0000 References: <4b702$52cc262e$541826b9$22985@cache80.multikabel.net> <4cbf$52cc2e82$541826b9$11761@cache70.multikabel.net> <686$52cd4640$541826b9$21896@cache1.tilbu1.nb.home.nl> <52CE3416.9090501@stoneleaf.us> <7wiottej72.fsf@benfinney.id.au> <82fa7f62-9625-41cc-8d1f-c87c0e51cb47@googlegroups.com> In-Reply-To: <82fa7f62-9625-41cc-8d1f-c87c0e51cb47@googlegroups.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [70.166.238.194] x-forefront-prvs: 008663486A x-forefront-antispam-report: SFV:NSPM; SFS:(10009001)(189002)(199002)(74366001)(66066001)(80022001)(65816001)(80976001)(81686001)(76482001)(76786001)(69226001)(81816001)(54356001)(77982001)(76796001)(79102001)(4396001)(54316002)(83322001)(53806001)(63696002)(49866001)(56776001)(51856001)(47736001)(74876001)(2656002)(33646001)(87936001)(50986001)(47976001)(81542001)(74316001)(90146001)(56816005)(74706001)(46102001)(85306002)(74662001)(76576001)(59766001)(74502001)(87266001)(83072002)(81342001)(85852003)(31966008)(47446002)(92566001)(24736002); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR06MB541; H:DM2PR06MB542.namprd06.prod.outlook.com; CLIP:70.166.238.194; FPR:; RD:InfoNoRecords; MX:1; A:1; LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: npcinternational.com 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389285730 news.xs4all.nl 2876 [2001:888:2000:d::a6]:41459 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63614 > and "%s" (which is incredibly useful) is not even documented (I suspect i= t's also not available on all platforms). The format specifiers available to Python are just whatever is available to= the underlying c time.h.=20 The manpage for strftime indicates that %s isn't part of the C standard, bu= t part of "Olson's timezone package", which means it's not available on Win= dows. Your suspicion is unfortunately correct.